以下のようにボタンを押すとラベルが変わるアプリで、ボタンを押すと広告が出るようにAdMobを実装したいです。
AdMobのマニュアルに従ってコードを打ち込んでいるのですがエラーが出るので対策をご教授お願いしたいです。
以下に手続きを記します。
ターミナルに「cd」と打ち込んだあと、目的のフォルダをドラッグアンドドロップしてパスを入力する。
$ pod initと入力してXcodeプロジェクトから自動的にPodfileを生成する。
プロジェクトの Podfile を開き、アプリのターゲットに次の行を追加する。
pod 'Google-Mobile-Ads-SDK'
![]
コマンドラインからpod install --repo-updateを実行する。
info.plist ファイルに、GADApplicationIdentifier キーと AdMob アプリ ID の文字列値を追加する。
インタースティシャル広告オブジェクトを作成するためUIViewController の viewDidLoadに以下のコードを書き込む
広告を表示するため以下のコードを書き込む
シュミレーターを起動。ビルドはできるがエラーが出現する。
どこか手続き上に間違いがあるのでしょうか?
エラーの説明はこのように出ます。
Details
This app could not be installed at this time.
Domain: IXUserPresentableErrorDomain
Code: 1
Failure Reason: Could not install at this time.
Recovery Suggestion: Failed to load Info.plist from bundle at path /Users/xxxxxxx/Library/Developer/CoreSimulator/Devices/xxxxxxxxxxxxxxxxxxxxx/data/Library/Caches/com.apple.mobile.installd.staging/temp.sNj8yW/extracted/test3.app/Frameworks/GoogleUtilities.framework; Extra info about plist: ACL=<not found>
Failed to load Info.plist from bundle at path /Users/xxxxxxx/Library/Developer/CoreSimulator/Devices/xxxxxxxxxxxxxx/data/Library/Caches/com.apple.mobile.installd.staging/temp.sNj8yW/extracted/test3.app/Frameworks/GoogleUtilities.framework; Extra info about plist: ACL=<not found>
Domain: MIInstallerErrorDomain
Code: 35
User Info: {
FunctionName = "-[MIBundle _validateWithError:]";
LegacyErrorString = PackageInspectionFailed;
SourceFileLine = 128;
}
System Information
macOS Version 10.15.5 (Build 19F101)
Xcode 11.5 (16139)
よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2020/07/16 08:55
2020/07/16 09:07