SoftCoder
SoftCoder

Reputation: 167

Google Admob integration error

i use the latest version of SDK for iphone integration but it give me this error.enter image description here

Upvotes: 1

Views: 177

Answers (2)

David Ansermot
David Ansermot

Reputation: 6112

As it's now a Framework. You have to include it like this :
@import GoogleMobileAds;

Upvotes: 0

Vijay yadav
Vijay yadav

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

Related Questions