-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed as not planned
Closed as not planned
Copy link
Labels
d: examplesSample code and demosSample code and demosp: interactive_media_adsPlugin for IMA SDKPlugin for IMA SDKpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyplatform-iosiOS applications specificallyiOS applications specificallyteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem team
Description
The interactive_media_ads example app is failing to build in CI.
This is because its dependency GoogleInteractiveMediaAds now requires a minimum platform version of iOS 15.0, but the example app's Podfile is still set to 12.0.
Error from CI log:
The pod 'GoogleInteractiveMediaAds' required by 'interactive_media_ads' requires minimum platform version 15.0 for the iOS platform, but this target supports 12.0.
Fix: The minimum platform version in packages/interactive_media_ads/example/ios/Podfile needs to be updated from 12.0 to 15.0.
Metadata
Metadata
Assignees
Labels
d: examplesSample code and demosSample code and demosp: interactive_media_adsPlugin for IMA SDKPlugin for IMA SDKpackageflutter/packages repository. See also p: labels.flutter/packages repository. See also p: labels.platform-androidAndroid applications specificallyAndroid applications specificallyplatform-iosiOS applications specificallyiOS applications specificallyteam-ecosystemOwned by Ecosystem teamOwned by Ecosystem team