Xcode 4 中的 Adwhirl 集成问题
我已将 Adwhirl 集成到 xcode 3.x 中并且应用程序工作正常
现在我正在使用 Xcode 4.x,现在我正在尝试为 Xcode 4.x 集成 Adwhirl
我遇到了类似项目建设的问题
BRBannerAd.h No Such file or directory
GADAdViewController.h No Such file or directory
GADAdSenseParameters No Such file or directory
我发现 Adwhirl Sdk 中没有像 BRBannerAd.h 这样的文件,但是在 Xcode 3.x 中可以使用相同的代码,任何人都可以帮助我摆脱这个问题
提前谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
就您而言,我猜您不使用 BRBannerAds 和 Google-Adsense。所以你需要删除他们的适配器。
也可能是相反的情况,在这种情况下,您需要将缺少的广告网络添加到您的项目中。
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.