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

前端 未结 1 1386
独厮守ぢ
独厮守ぢ 2021-01-28 11:08

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:

相关标签:
1条回答
  • 2021-01-28 12:00

    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.

    0 讨论(0)
提交回复
热议问题