Xcodeを更新したところ、プロジェクトエラーが発生しました。
clang: error: linker command failed with exit code 1 (use -v to see invocation)
と
ld: file is universal (3 slices) but does not contain a(n) armv7s slice: /Users/joe/Desktop/AdMob/libGoogleAdMobAds.a for architecture armv7s
これは古いバージョンのXcodeでは正常に機能しましたが、現在は機能しません。libGoogleAdMobAds.aという名前のファイルと関係があることはわかっています。
AdMob広告に使用されるもの...
これがスクリーンショットです:
アップデート: