質問編集履歴
1
デバッグエリアのログの追記とバージョンの記載
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
### 前提・実現したいこと
|
2
2
|
|
3
|
-
GoogleAdMobを利用し、作ったアプリ内にバナー広告をつけて実行しようとしたところ、表題のエラーが出てしまいました。
|
3
|
+
GoogleAdMobを利用し、作ったアプリ内にバナー広告をつけて実行しようとしたところ、表題のエラーが出てしまいました。助けてください。。
|
4
4
|
|
5
5
|
### 発生している問題・エラーメッセージ
|
6
6
|
|
@@ -136,4 +136,9 @@
|
|
136
136
|
|
137
137
|
### 補足情報(FW/ツールのバージョンなど)
|
138
138
|
|
139
|
-
|
139
|
+
Xcode : Version 10.3 (10G8)
|
140
|
+
Swift : Apple Swift version 5.0.1
|
141
|
+
|
142
|
+
デバッグエリアのログ↓
|
143
|
+
|
144
|
+
2019-08-17 01:31:56.113151+0900 idea[62244:3150194] [NetworkInfo] Descriptors query returned error: Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.commcenter.coretelephony.xpc was invalidated." UserInfo={NSDebugDescription=The connection to service named com.apple.commcenter.core2019-08-17 01:31:56.801042+0900 idea[62244:3148999] *** Terminating app due to uncaught exception 'GADInvalidInitializationException', reason: 'The Google Mobile Ads SDK was initialized without AppMeasurement. Google AdMob publishers, follow instructions here: https://googlemobileadssdk.page.link/admob-ios-update-plist to include the AppMeasurement framework and set the -ObjC linker flag. Google Ad Manager publishers, follow instructions here: https://googlemobileadssdk.page.link/ad-manager-ios-update-plist'
|