-
Notifications
You must be signed in to change notification settings - Fork 29.8k
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listplatform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Background
google_mobile_ads 5.2.0 breaks the builds of Flutter apps: googleads/googleads-mobile-flutter#1193
As a result, the pub autoroller broke the tree (#156606) until we pinned google_mobile_ads to version 5.1.0 (#156911).
Known problems:
google_mobile_adsversion 5.2.0 raised the required version of Xcode to 15.3google_mobile_adsversion 5.2.0 now contains Swift code. Theplatform_views_layoutbenchmark app is Objective-C, which causes issues like: Friction adding swift plugin to objective-c project #16049 (comment).
Work
- Wait until Flutter CI's Xcode is raised to 15.3 or higher: ☂️ Upgrade to macOS 14, Xcode 16, iOS 18 #148870
- Add
use_frameworks!todev/benchmarks/platform_views_layout/ios/Podfileso that the Objective-C app can use a Swift plugin - Unpin
google_mobile_ads.
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listplatform-iosiOS applications specificallyiOS applications specificallyteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team