Adwhirl Integration Problem in Xcode 4
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 proble开发者_运维技巧ms like in project BuildingBRBannerAd.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- Open your XCode project and look through your "adapters" folder of Adwhirl.
- Remove all adapters related to ad networks your application doesn't use.
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.
精彩评论