Reputation: 628
i have integrated Adwhirl in xcode 3.x and Working fine for App
now i am working With Xcode 4.x,Now i am trying to integrate Adwhirl for Xcode 4.x
i am getting problems like in project Building
BRBannerAd.h No Such file or directory
GADAdViewController.h No Such file or directory
GADAdSenseParameters No Such file or directory
i have seen that there is no file like BRBannerAd.h in Adwhirl Sdk,But the Same code wortking in Xcode 3.x Can Any one helpm me to get out of this problem
Thx in Advance
Upvotes: 2
Views: 1482
Reputation: 5015
in your case, I guess you don't use BRBannerAds and Google-Adsense. so you need to remove their adapters.
it could also be the other way around in which case you would need to add the missing ad networks to your project.
Upvotes: 5