googlemobileads/dfpinterstitial.h'找不到文件

发布于 2025-01-30 10:28:27 字数 142 浏览 3 评论 0原文

Googlemobileads对最新版本的更新显示了以下版本9的错误。

Showing All Errors Only
'GoogleMobileAds/DFPInterstitial.h' file not found

GoogleMobileAds updation to latest version shows the below error with the version 9.

Showing All Errors Only
'GoogleMobileAds/DFPInterstitial.h' file not found

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

所谓喜欢 2025-02-06 10:28:27

您评论说,您的代码中有#import< googlemobileads/dfpInterstitial.h>,并且找不到此标头文件。

下载了Google移动ADS SDK的版本9.5.0版本。事实证明,此标头文件不再可用。

这证实了我认为发生的事情:在第7版和9版之间,Google对其代码进行了大规模更改,并消除了此标头文件。

您需要做的是弄清楚您的代码如何使用版本7标头文件并找到版本9的替换。这意味着您必须对代码进行更改。通常,SDK设计人员确保所需的代码更改很小;因此,这可能不应该是一项巨大的努力。

You commented that you have #import <GoogleMobileAds/DFPInterstitial.h> in your code and that this header file is not found.

I've downloaded version 9.5.0 of the Google Mobile Ads SDK. It turns out that this header file is no longer available.

This confirms what I thought had happened: Between version 7 and 9, Google has made large changes to its code and eliminated this header file.

What you need to do is figure out how your code uses the version 7 header file and find the replacement for version 9. This means that you'll have to make changes to your code. Often SDK designer make sure that required code changes are small; so it probably shouldn't be a big effort.

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