tomitank / cordova-plugin-admob-tomitank

Cordova AdMob Plugin
https://ratson.github.io/cordova-plugin-admob-free
MIT License
11 stars 4 forks source link

Problems with POD in iOS Simulator #25

Open sergip76 opened 2 years ago

sergip76 commented 2 years ago

I can't use the simulator in Xcode using a Macbook with M1 processor. It works correcty with a real device. The problem is a POD used by the plugin: GoogleUserMessagingPlatform. This POD must be updated to use the simulator with M1 processor. This is the error message: in MyApp/platforms/ios/Pods/GoogleUserMessagingPlatform/Frameworks/Release/UserMessagingPlatform.framework/UserMessagingPlatform(UMPView.o), building for iOS Simulator, but linking in object file built for iOS, file 'MyApp/platforms/ios/Pods/GoogleUserMessagingPlatform/Frameworks/Release/UserMessagingPlatform.framework/UserMessagingPlatform' for architecture arm64

I try with my old MacMini with Intel processor and works correctly.