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


- Android viewpager检测滑动超出范围 2022-01-01
- Android - 拆分 Drawable 2022-01-01
- MalformedJsonException:在第1行第1列路径中使用JsonReader.setLenient(True)接受格式错误的JSON 2022-01-01
- Android - 我如何找出用户有多少未读电子邮件? 2022-01-01
- android 4中的android RadioButton问题 2022-01-01
- 如何检查发送到 Android 应用程序的 Firebase 消息的传递状态? 2022-01-01
- 使用自定义动画时在 iOS9 上忽略 edgesForExtendedLayout 2022-01-01
- 用 Swift 实现 UITextFieldDelegate 2022-01-01
- 想使用ViewPager,无法识别android.support.*? 2022-01-01
- 在测试浓缩咖啡时,Android设备不会在屏幕上启动活动 2022-01-01