我如何修复未找到的 "GADInsterstitial.h" 文件...但它在我的列表中?

How I fix a "GADInsterstitial.h" file not found... but it is in my list?

我在将插页式广告安装到我的 Xcode 项目时遇到问题。我已下载 Google Ad Mob 7.0.0 并继续按照说明实施插页式广告。 link

当我转到 #import "GADInterstitial.h" 时,出现找不到文件的错误。但是,如所附图片所示,当我将文件添加到项目时,该文件就在那里。我该如何纠正?

您需要参考框架。

#import <GoogleMobileAds/GADInterstitial.h>

如果您正在使用顶部可见的模块 (@import GoogleMobileAds),您根本不需要这个特定的插页式导入行。