Xcode 7 beta 3刚刚安装了一些“附加组件”(现在是7.0 beta 3版(7A152u)),现在我遇到了编译器错误:
ld: '/<abbreviated>/Vendor/Analytics/GoogleAnalytics/libAdIdAccess.a(TAGActualAdIdAccess.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)
这则Google Code帖子是我发现的关于GA和位码的唯一提及。
如果我只能对此库禁用它,而不是完全禁用位码,那将是很好的。那可能吗?
该答案提供了一种解决方案,可用于默认情况下启用的位码,这最终可能是该更通用问题的重复。