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
关于什么bitcode的错误,那bitcode是个什么鬼呢?
2、什么是 bitcode ?
bitcode 是被编译程序的一种中间形式的代码。包含 bitcode 配置的程序将会在 App Store 上被编译和链接。 bitcode 允许苹果在后期重新优化我们程序的二进制文件,而不需要我们重新提交一个新的版本到 App Store 上。
在 Xcode简介--- What’s New in Xcode-New Features in Xcode 7 中这样描述: