Ionic 4 Admob doesn't run on IOS

Greetings,

Can someone help me with the admob plugin on IOS, when I emulate on Xcode my app crash and launch this error:
“The Google Mobile Ads SDK was initialized incorrectly. Google AdMob publishers should follow instructions here:
https://googlemobileadssdk.page.link/admob-ios-update-plispod 'Google-Mobile-Ads-SDK’t to include the AppMeasurement framework, set the -ObjC linker flag,
and set GADApplicationIdentifier with a valid App ID. Google Ad Manager publishers should follow instructions here:
https://googlemobileadssdk.page.link/ad-manager-ios-update-plist” 0x0000600002190660)

I already done every step of the link.

Please Help!!!

I had the same issue. Try to add the following into your config.xml:

    <config-file parent="GADApplicationIdentifier" target="*-Info.plist">
        <string>***ca-app-pub-..........***</string>
    </config-file>
    <config-file parent="GADIsAdManagerApp" target="*-Info.plist">
        <true />
    </config-file>