does not contain bitcode. You must rebuild it with

 *** 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

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

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

现在我们把bitcode关掉:  ​​​

--------------------------------------------

转:http://blog.sina.com.cn/s/blog_6a53af420102vv7f.html

原文地址:https://www.cnblogs.com/wainiwann/p/6379307.html