Reputation: 167
i use the latest version of SDK for iphone integration but it give me this error.
Upvotes: 1
Views: 177
Reputation: 6112
As it's now a Framework. You have to include it like this :
@import GoogleMobileAds;
Upvotes: 0
Reputation: 1230
Remove the AdMob Framework from your project, clean your project, and import the AdMob Framework again.
and Download the Framework here enter link description here
#import <GoogleMobileAds/GADBannerView.h>
#import <GoogleMobileAds/GADRequest.h>
Upvotes: 1