HBuiderX 使用了JCore 插件 iOS 云打包失败

用户5159163
2024-11-26 11:07 37 1

HBuiderX 的云打包服务,使用了 JCore 插件,插件地址:https://ext.dcloud.net.cn/plugin?id=4028

安卓云打包正常,iOS云打包失败

报错详情:

Undefined symbols for architecture arm64:
"_dns_free_resource_record", referenced from:
-[JCORESRVResolver processRecord:length:] in UniPluginJCore(JCORESRVResolver.o)
"_dns_parse_resource_record", referenced from:
-[JCORESRVResolver processRecord:length:] in UniPluginJCore(JCORESRVResolver.o)
"_res_9_init", referenced from:
+[JCOREMacAddressManager getDeviceMacFromMDNS:] in UniPluginJCore(JCOREMacAddressManager.o)
"_res_9_ns_initparse", referenced from:
+[JCOREMacAddressManager getDeviceMacFromMDNS:] in UniPluginJCore(JCOREMacAddressManager.o)
"_res_9_ns_parserr", referenced from:
+[JCOREMacAddressManager getDeviceMacFromMDNS:] in UniPluginJCore(JCOREMacAddressManager.o)
"_res_9_query", referenced from:
+[JCOREMacAddressManager getDeviceMacFromMDNS:] in UniPluginJCore(JCOREMacAddressManager.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

具体报错链接:[https://app.liuyingyong.cn/build/errorLog/518c7720-abe2-11ef-941c-e11632e857bc]

1个回答

热门排序
  • 用户5159163
    2024-11-27 01:46

    解决了,少了个基础依赖包,在uniapp插件市场下载导入就可以了。

gptbots-widget