Loading
2023. 7. 18. 10:20 - citybell.com

Error, google_mobile_ads: ^3.0.0 and xcode version 13.x

Xcode build done.                                          
Failed to build iOS app
Error (Xcode): Undefined symbol: _SKStoreProductParameterAdNetworkSourceIdentifier

This error occurs when xcode version is lower than  google_mobile_ads sdk version

https://developers.google.com/admob/ios/rel-notes

Mobile Ads SDK (iOS) 10.4.0   2023‑04‑20
Updated minimum supported Xcode version to 14.1.
armv7 is not supported in Xcode 14 and has been removed from the SDK.
The minimum deployment target has been increased to iOS 11.0. 

 

 

To use flutter google_mobile_ads plugin in xcode version 13.x
Downgrade to google_mobile_ads: ^2.4.0 (Mobile Ads SDK 10.9.0)

Error (Xcode): Framework not found GoogleAppMeasurement <--  ^2.4.0 Occurs after installation

ToDo:
After editing the ios/Podfile.lock file (10.9.0)
  - GoogleAppMeasurement (10.9.0): <-- (10.12.x)
    - GoogleAppMeasurement/AdIdSupport (= 10.9.0) <-- (10.12.x)

 GoogleAppMeasurement: 373bcbead1bb6a85be7a64d5d8f96284b762ea9c   <--  Change to checksum of (10.9.0)

 % flutter clean
 % flutter pub get
 % cd ios
 %pod install

After that it works fine
Also check if the GADApplicationIdentifier setting in ios/Runner/Info.plist is correct

 

 

 

  • Total
  • Today
  • Yesterday
  • Total
  • Today
  • Yesterday