【发布时间】:2015-09-21 00:16:07
【问题描述】:
使用 Xcode7。当我在模拟器上运行我的应用程序时,我没有收到任何错误。当我尝试在真实设备上运行时,我得到了这个:
ld: 'Test-IOS/Pods/Google/Libraries/libGGLAnalytics.a(GGLContext+Analytics.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 armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
如何解决此错误?
【问题讨论】:
-
遇到同样的错误...运气好吗?