小编Anu*_*und的帖子

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

我正在尝试为一个项目存档(创建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获得详细信息,以向我显示错误所引发的调用代码?

任何帮助将不胜感激。

xcode objective-c ios ipa

1
推荐指数
1
解决办法
754
查看次数

标签 统计

ios ×1

ipa ×1

objective-c ×1

xcode ×1