エラー内容:
GoogleMobileAds(GADGestureUtil.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
clang: error: linker command failed with exit code 1 (use -v to see invocation)
かるく調べてみた感じ、XCode7系からか、iOS9系からか出るらしい。
対処法:
開発中のProjectをクリック
→TARGETSをクリック
→Build Settingsタブをクリック
→検索窓に『bitcode』と入力
→Enable BitcodeをYESからNOにする
これでビルドできるかと。