Xcode:does not contain bitcode

人生乱弹 1年前 (2023) admin
10 0

1.错误描述
        使用了第三方库错误提示如下:
ld: 'xxx' does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. 'xxx' for architecture arm64。
颜色加红部分已经说明要了设置Enable Bitcode。
2.问题原因
        使用的第三方库不支持Bitcode ,而xcode默认是开启Bitcode的。所以要么第三方库支持Bitcode,要么修改xcode设置关闭Bitcode。
3.解决方案
        通过 Project->Unity-iPhone-> BuildSettings -> Enable Bitcode,设置为 NO。
Targets->Unity-iPhone-> BuildSettings -> Enable Bitcode,设置为 NO。
两个地方都要设置Enable Bitcode为No。
        

文章来源

版权声明:admin 发表于 2023年11月26日 pm2:56。
转载请注明:Xcode:does not contain bitcode | 银库

相关文章

本站主题由 OneNav 一为主题强力驱动