链接器命令失败,退出代码 1(使用 -v 查看调用)与 Google Ads

Linker Command Failed with Exit Code 1 (use -v to see invocation) with Google Ads(链接器命令失败,退出代码 1(使用 -v 查看调用)与 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的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
iOS VoiceOver functionality changes with Bundle Identifier(IOS画外音功能随捆绑包标识符而变化)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
Dropbox Files.download does not start when number of files in folder is gt; 1000(当文件夹中的文件数为1000时,Dropbox Files.Download不会启动)
appearance().setBackgroundImage Not Working On Custom Class(外观().setBackoundImage在自定义类上不起作用)
Show/Hide barButtonItem(显示/隐藏barButtonItem)