I deleted all reference to GoogleMobileAdsSDKiOS-7.1 from my project and added 7.4.1. When I ran app on simulator everything works fine but when running on device I get App
Had the same issue, here is how I "solved" it: simply give up on 7.4.1
The issue goes away if you go back to an earlier version: https://dl.google.com/googleadmobadssdk/googlemobileadssdkios-7.3.1.zip
I do not know if I did anything wrong, but I'll take a wild guess and put the blame on Google on this one. It is likely nobody bothered testing the arm64 build of this framework.
No matter how much time I spent trying to tweak it it would always fail, while for some reason the 32bits version would work fine.
Since you need both 32 and 64 to work in order to push an ipa to the iTunes store, we'll have to do with the previous version.
Hope this will save other the pain I had to go through.