Xcode 4 中的 Adwhirl 集成问题

发布于 2024-12-02 00:50:37 字数 397 浏览 1 评论 0原文

我已将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

没企图 2024-12-09 00:50:38
  1. 打开您的 XCode 项目并查看 Adwhirl 的“adapters”文件夹。
  2. 删除与您的应用程序不使用的广告网络相关的所有适配器。

就您而言,我猜您不使用 BRBannerAds 和 Google-Adsense。所以你需要删除他们的适配器。

也可能是相反的情况,在这种情况下,您需要将缺少的广告网络添加到您的项目中。

  1. Open your XCode project and look through your "adapters" folder of Adwhirl.
  2. 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文