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!
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.