Linker Command Failed with Exit Code 1 (use -v to see invocation) with Google Ads

廉价感情. 提交于 2019-12-20 07:22:14

问题


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:

What's wrong with this?


回答1:


Same error occurred with my project and following solution works!

Please check that, if you have enabled or disabled bitcode in your xcode project.

Navigate to "Project dashboard > Build settings > 'search for bitcode' > enable it if it disabled or disable it if its enabled"

And then clean + build the project again.



来源:https://stackoverflow.com/questions/34869452/linker-command-failed-with-exit-code-1-use-v-to-see-invocation-with-google-ad

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!