gpt4 book ai didi

ios - 在 iOS 中找不到模块 'GoogleMobileAds'

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:29:38 24 4
gpt4 key购买 nike

遇到了类似问题的主题,但无法解决。

在 iOS 版 Unity 应用程序中集成 Admob 广告,并在 XCode 中加载项目。添加框架 GoogleMobileAds 只需将其拖到项目窗口中即可。不幸的是,当您构建项目时会显示错误。

我尝试替换 GoogleMobileAds.h#import <GoogleMobileAds/GoogleMobileAds.h>在 GADUNativeCustomTemplateAd.h 中,但它对我没有帮助。

使用谷歌移动广告 Unity 插件 v3.0.4Xcode 7.3.1 版错误:未找到伞头 googlemobileads h 1 img 2 img

最佳答案

我终于在这个视频中找到了解决方案 https://www.youtube.com/watch?v=rxO_rcMxGU4 ,这里是一个总结:

  1. https://firebase.google.com/docs/admob/ios/download 下载 googlemobileadssdkios.zip

  2. 解压缩文件。转到项目导航器 View 。将解压缩文件移动到 Framework 文件夹中。

  3. 构建代码,如果它不起作用则用

    替换给出错误的字符串
    • (void)loadRequest:(GADRequest *)request withAdUnitID:(NSString *)adUnitID userID:(NSString *)userID {

[self.rewardBasedVideo loadRequest:request withAdUnitID:adUnitID];

关于ios - 在 iOS 中找不到模块 'GoogleMobileAds',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38634925/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com