美文网首页iOS开发iOS Developer
iOS - xcode8 iOS 模拟器无问题 真机调试报错

iOS - xcode8 iOS 模拟器无问题 真机调试报错

作者: Immensity_G | 来源:发表于2017-03-17 17:23 被阅读0次

/Users/......‘ 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 armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)

编译链接错误.

解决办法:
Build Options 里面Enable Bitcode 设置为NO.

相关文章

网友评论

    本文标题:iOS - xcode8 iOS 模拟器无问题 真机调试报错

    本文链接:https://www.haomeiwen.com/subject/fjfmgttx.html