IOS does not contain bitcode. You must rebuild it with

来源:互联网 发布:linux就该这么学 在线 编辑:程序博客网 时间:2024/06/03 12:26

 *** does not contain bitcode. You mustrebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE),obtain an updated library from the vendor, or disable bitcode forthis target. for architecture armv7

新升级了xcode7 以前的项目都报了这个错,原因是原来的静态库都不包括 bitcode这个东西,xcode默认包含了这个库。

至于什么是bitcode,请看这里: http://blog.csdn.net/soindy/article/details/48518717

现在我们把bitcode关掉: 



0 0
原创粉丝点击