Xcode 7.0.1导致链接器命令失败,退出代码1错误

HEL*_*LLO 0 linker-errors ios xcode7 bitcode

昨天我将MacBook Pro更新为El Capitan.我有Xcode 6.1更新Xcode不会打开,Xcode 6.1但我Xcode 7.0.1强行下载我不想升级,但我被迫.我用Objective-C创建了我的应用程序.提交给苹果,它目前正在"等待开发者发布".

我想改变一些东西,但现在无处不在,Xcode 7.0.1我得到了一个我从未收到过的错误Xcode 6.1.

 ld: '/Users/markjak/Desktop/Stick Down   copy/Leap Up/LibAdapterIAd- 1.0.0/libAdapterIAd.a(GADMAdapterIAdInterstitial.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)
Run Code Online (Sandbox Code Playgroud)

我如何做Xcode 7.0.1要我做的事情?

Ash*_*kad 6

只需从Build Settings中禁用bitcode即可

在此输入图像描述

因为你的图书馆不支持bitcode.

bitcode的Apple文档参考.