xcode ios build linker命令失败,退出代码

Anu*_*und 1 xcode objective-c ios ipa

我正在尝试为一个项目存档(创建IPA),但是我遇到了以下错误...

ld: '/Users/anupsaund/Desktop/mobileapp-ios/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. file '/Users/anupsaund/Desktop/mobileapp-ios/GoogleAnalytics/libAdIdAccess.a' for architecture armv7
Run Code Online (Sandbox Code Playgroud)

clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)

在此处输入图片说明

谁能帮助我了解错误的出处?是在Google Analytics(分析)库中还是其他地方?

我该如何通过Xcode获得详细信息,以向我显示错误所引发的调用代码?

任何帮助将不胜感激。

Jar*_*Van 5

在您的项目设置中启用了位码,但是您的应用程序在没有位码的情况下进行了编译。要解决此问题,您只需在项目和库设置中将“启用位码”设置为“否”。希望对您有所帮助!