Module 'Googlemobileads' Not Found in iOS

How to import GoogleMobileAds framework?

It seems that one needs to use #import , and specify each specific file as necessary. For example:

#import <GoogleMobileAds/GoogleMobileAds.h>

I guess the instructions on the Google site are out of date.

Admob ( GoogleMobileAds 8.0.0 ) iOS SDK - GADInterstitial API not found, How to use GADInterstitialAd - sample code please?

AdMob just did a major version update to 8.0.0 with several API changes.

Either

  • Lock the pod to 7.x with pod 'Google-Mobile-Ads-SDK', '~> 7.69'
  • Do the 8.x migration documented at https://developers.google.com/admob/ios/migration

framework not found GoogleMobileAds

You may want to delete your DerivedData folder (Xcode will recreate it).



Related Topics



Leave a reply



Submit