我有这个错误:
ld: '/Users/MyName/Desktop/ProjectName/PName/PName/Resources/Frameworks/Fabric.framework/Fabric(Fabric.o)' 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. for architecture arm64clang:错误:链接器命令失败,退出代码为%1(使用-v查看调用)
如何更新或解决此问题?
发布于 2015-09-25 18:33:54
在生成设置中搜索位码。将其设置为不显示.This,因为Fabric.framework中没有位码。Bitcode将自动从xcode 7变为yes。
所以,要么你应该从供应商那里得到一个启用了位代码的更新框架,要么你应该将位代码设置为无

https://stackoverflow.com/questions/32779789
复制相似问题