1、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. file '/Users/jlkj/Desktop/QUICKSDKVersion/xCode/12/QuickSDK/995/995_tanyu/lib/TYSDK.framework/TYSDK' for architecture arm64
bitcode 是被编译程序的一种中间形式的代码。包含 bitcode 配置的程序将会在 App Store 上被编译和链接。 bitcode 允许苹果在后期重新优化我们程序的二进制文件,而不需要我们重新提交一个新的版本到 App Store 上。
解决方法在build Settings 中找到 Enable bitcode 全部设置为NO
2、Unity5.6.6导出xcode工程在General和build stting中会多出ReleaseForProfiling选项,用quickSDK 打子包时这个选项里的引用地址不会增加导致找不到库文件。
解决方法:删除即可,点击图中的位置就可以进行编辑了