ios打包失败,已经付费好几次了,都是失败,要崩溃了

ios打包失败,已经付费好几次了,都是失败,要崩溃了

2 回复

normal/arm64/HBuilder_dependency_info.dat -o /Users/[Name]/Library/Developer/Xcode/DerivedData/HBuilder-fbkswbiyclqorbczislsoteicmna/Build/Intermediates.noindex/ArchiveIntermediates/HBuilder/InstallationBuildProductsLocation/Applications/HBuilder.app/HBuilder
ld: warning: -ld_classic is deprecated and will be removed in a future release
ld: warning: arm64 function not 4-byte aligned: _dc_ffi_call_SYSV from [SourcePath]/libs/UniSDK/liblibPGInvocation.a(sysv_arm64.o)
ld: warning: arm64 function not 4-byte aligned: _ffi_closure_SYSV from [SourcePath]/libs/UniSDK/liblibPGInvocation.a(sysv_arm64.o)
ld: warning: Could not find or use auto-linked framework ‘CoreAudioTypes’
ld: warning: Could not find or use auto-linked framework ‘DCUniAdFoundation’
ld: warning: Could not find or use auto-linked framework ‘SwiftUICore’
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)

上述日志已经很清楚,在arm64架构下找不到很多符号,确认下的你插件配置,是否是依赖库没有配置全


感谢,可是代码基本没有变动过,以前是可以打包成功的,而且中午打安卓包是成功的,按理来说不会这样的。

回到顶部