Linker Command Failed with Exit Code 1 (use -v to see invocation) with Google Ads(链接器命令失败,退出代码 1(使用 -v 查看调用)与 Google Ads)
问题描述
我最近从 iAd 切换到了 Google Ads,它似乎在模拟器上运行良好.但每当我尝试在我的 iOS 设备上运行它时,我都会收到此错误:
I recently made the switch from iAd to Google Ads and it seems to be working fine on the simulator. But whenever I try to run it on my iOS Device I get this error:
这是怎么回事?
推荐答案
我的项目出现同样的错误,以下解决方案有效!
Same error occurred with my project and following solution works!
如果您在 xcode 项目中启用或禁用了位码,请检查.
Please check that, if you have enabled or disabled bitcode in your xcode project.
导航到项目仪表板>构建设置>'搜索位码'>如果禁用则启用它,如果启用则禁用它"
然后再次清理 + 构建项目.
And then clean + build the project again.
这篇关于链接器命令失败,退出代码 1(使用 -v 查看调用)与 Google Ads的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:链接器命令失败,退出代码 1(使用 -v 查看调用)与 Google Ads


基础教程推荐
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01