はなちるのマイノート

Unityをメインとした技術ブログ。自分らしくまったりやっていきたいと思いますー!

【Unity,iOS】XCodeでビルドする際に「'GoogleMobileAds/GoogleMobileAds.h' file not found」というエラーが出た時の対処法

はじめに

XCodeでビルドした際に以下のようなエラーが出てきました。

xxxxxxx/Libraries/Plugins/iOS/GADURewardedInterstitialAd.h:5:9: 'GoogleMobileAds/GoogleMobileAds.h' file not found

対処法

以下のダウンロードページからgooglemobileadssdkios.zipをダウンロードし、解凍します。
Google Mobile Ads SDK  |  iOS  |  Google Developers

UnityのAssets/Plugins/iOSの中に,先ほどダウンロードしてきたGoogleMobileAdsSdkiOS-〇〇/GoogleMobileAds.xcframework/ios-arm64_armv7/GoogleMobileAds.frameworkをフォルダごと入れてください。

GoogleMobileAds.frameworkを入れる
入れた様子