AdMobを導入したプロジェクトのビルド時に、"(GADAdSize.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 arm64"というエラーが表示されたときの対処。
TargetsのBuild Settings -> Build Optionsで、Enable BitcodeをNOに変更すれば、ビルドエラーはなくなる。
※本現象はXcode7でiOS9向けのバイナリビルドを行うときに発生する。
参考記事;
http://stackoverflow.com/questions/31088618/impact-of-xcode-build-options-enable-bitcode-yes-no
http://stackoverflow.com/questions/31561286/xcode-7-and-enable-bitcode-yes-setting-does-not-work
この記事へのコメント
コメントを書く
この記事へのトラックバック

