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
基础教程推荐
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01