環境
Xcode : 13.2.1
Unity : 2020.3.19f1
GoogleAdmob : 7.68
前提・実現したいこと
https://hirokuma.blog/?p=3003
上記のサイトを参考にIDFAへのアクセス許可設定をしています。
unityでApp Tracking 許可リクエスト処理の実装、Xcode FrameWorkの追加、Info.plistの設定
を完了し、実機にビルドしようとした際に以下のエラーが発生しました。
発生している問題・エラーメッセージ
Showing All Messages Undefined symbol: _GADUSetNativeCustomTemplateAdCallbacks Undefined symbol: _GADUSetNativeAdCallback Undefined symbol: _GADUSetAdLoaderCallbacks Undefined symbol: _GADURequestNativeAd Undefined symbol: _GADURewardedInterstitialAdGetRewardAmount Undefined symbol: _GADUSetRewardedInterstitialAdCallbacks Undefined symbol: _GADUShowRewardedInterstitialAd Undefined symbol: _GADURewardedAdGetRewardType Undefined symbol: _GADUCreateRewardedAd Undefined symbol: _GADUMediationAdapterClassNameForRewardedVideo Undefined symbol: _GADURequestRewardBasedVideoAd Undefined symbol: _GADUCreateAdLoader Undefined symbol: _GADUSetRewardBasedVideoAdUserId Undefined symbol: _GADURequestInterstitial Undefined symbol: _GADUServerSideVerificationOptionsSetUserId Undefined symbol: _GADUSetInterstitialCallbacks Undefined symbol: _GADUSetRewardedAdCallbacks Undefined symbol: _GADUCreateInterstitial Undefined symbol: _GADUMediationAdapterClassNameForBannerView Undefined symbol: _GADUSetBannerViewCustomPosition Undefined symbol: _GADUShowInterstitial Undefined symbol: _GADUSetBannerViewAdPosition Undefined symbol: _GADURewardedInterstitialAdSetServerSideVerificationOptions Undefined symbol: _GADURewardedAdSetServerSideVerificationOptions Undefined symbol: _GADUGetBannerViewHeightInPixels Undefined symbol: _GADURequestBannerAd Undefined symbol: _GADUShowBannerView Undefined symbol: _GADUCreateRewardedInterstitialAd Undefined symbol: _GADUMediationAdapterClassNameForRewardedAd Undefined symbol: _GADURewardBasedVideoAdReady Undefined symbol: _GADUCreateAnchoredAdaptiveBannerViewWithCustomPosition Undefined symbol: _GADUSetRewardBasedVideoAdCallbacks Undefined symbol: _GADUMediationAdapterClassNameForInterstitial Undefined symbol: _GADUSetRequestConfigurationTestDeviceIdentifiers Undefined symbol: _GADUCreateAnchoredAdaptiveBannerView Undefined symbol: _GADUCreateSmartBannerViewWithCustomPosition Undefined symbol: _GADURemoveBannerView Undefined symbol: _GADUCreateSmartBannerView Undefined symbol: _GADUShowRewardedAd Undefined symbol: _GADUUnifiedNativeAdAssetIDMappings Undefined symbol: _GADUCreateBannerViewWithCustomPosition Undefined symbol: _GADURewardedInterstitialAdGetRewardType Undefined symbol: _GADUInterstitialReady Undefined symbol: _GADUGetRequestConfigurationTagForUnderAgeOfConsent Undefined symbol: _GADUGetMaxAdContentRating Undefined symbol: _GADUTagForChildDirectedTreatment Undefined symbol: _GADUGetTestDeviceIdentifiers Undefined symbol: _GADUSetRequestConfigurationTagForChildDirectedTreatment Undefined symbol: _GADUSetRequestConfigurationTagForUnderAgeOfConsent Undefined symbol: _GADUSetRequestConfigurationMaxAdContentRating Undefined symbol: _GADUCreateRequestConfiguration Undefined symbol: _GADUSetGender Undefined symbol: _GADUGetInitState Undefined symbol: _GADUSetBirthday Undefined symbol: _GADUCreateRequest Undefined symbol: _GADUCreateRewardBasedVideoAd Undefined symbol: _GADUSetiOSAppPauseOnBackground Undefined symbol: _GADUAddTestDevice Undefined symbol: _GADUCreateBannerView Undefined symbol: _GADURequestRewardedAd Undefined symbol: _GADUSetRequestAgent Undefined symbol: _GADUSetRequestConfiguration Undefined symbol: _GADUCreateMutableDictionary Undefined symbol: _GADUGetTestDeviceIdentifiersCount Undefined symbol: _GADUSetApplicationMuted Undefined symbol: _GADUSetApplicationVolume Undefined symbol: _GADUGetInitNumberOfAdapterClasses Undefined symbol: _GADURewardedAdGetRewardAmount Undefined symbol: _GADUSetBannerCallbacks Undefined symbol: _GADUServerSideVerificationOptionsSetCustomRewardString Undefined symbol: _GADUGetRequestConfigurationTagForChildDirectedTreatment Undefined symbol: _GADUDeviceSafeWidth Undefined symbol: _GADUSetNativeCustomTemplateAdUnityClient Undefined symbol: _GADUSetMediationExtras Undefined symbol: _GADUGetInitLatency Undefined symbol: _GADUCreateServerSideVerificationOptions Undefined symbol: _GADUGetInitAdapterClasses Undefined symbol: _GADUMutableDictionarySetValue Undefined symbol: _GADUDeviceScale Undefined symbol: _GADUShowRewardBasedVideoAd Undefined symbol: _GADUSetExtra Undefined symbol: _GADUDisableMediationInitialization Undefined symbol: _GADUGetResponseInfoDescription Undefined symbol: _GADUGetBannerViewWidthInPixels Undefined symbol: _GADUInitialize Undefined symbol: _GADUGetInitDescription Undefined symbol: _GADUInitializeWithCallback Undefined symbol: _GADURewardedAdReady Undefined symbol: _GADUGetResponseInfo Undefined symbol: _GADULoadRewardedInterstitialAd Undefined symbol: _GADUHideBannerView Undefined symbol: _GADUAddKeyword Undefined symbol: _GADURelease
該当のソースコード
UnityFrameWorkの設定
XcodeのディレクトリからFrameworkを見つけてPluginとしてUnityにコピーしました。
試したこと
ネットで同じような質問をしている人がいましたが、解決済みになっていませんでした。
そのため、解決に至りませんでした
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。