-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/packages
#8968Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team
Description
Prerequisites
- Run all flutter/packages macOS tests using Xcode 16 and iOS 18 simulator #148901
- Upgrade remaining chromium bots in each pool to macOS 14.5 #148892 (assuming Xcode 16 requires macOS 14.5)
- If Xcode 16 requires a higher macOS version, bots will need to be upgraded to new required version before doing
- Ensure no open issues in ☂️ Tracking issue for any infra or test failures with Xcode 16 and iOS 18 Simulators #148898 under flutter/flutter
$flutter/osx_sdk : >-
{
- "sdk_version": "15a240d"
+ "sdk_version": "[insert new CIPD case-sensitive Xcode build version]"
}
- os: Mac-13|Mac-14
+ os: Mac-14- readonly OS=com.apple.CoreSimulator.SimRuntime.iOS-17-0
+ readonly OS=com.apple.CoreSimulator.SimRuntime.iOS-18-0- args: ["native-test", "--ios", "--ios-destination", "platform=iOS Simulator,name=Flutter-iPhone,OS=17.0"]
+ args: ["native-test", "--ios", "--ios-destination", "platform=iOS Simulator,name=Flutter-iPhone,OS=18.0"]- const String deviceRuntime = 'com.apple.CoreSimulator.SimRuntime.iOS-17-0';
- const String deviceOS = '17.0';
+ const String deviceRuntime = 'com.apple.CoreSimulator.SimRuntime.iOS-18-0';
+ const String deviceOS = '18.0';SlickSlime, vanyasem and B3ni15
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work listteam-iosOwned by iOS platform teamOwned by iOS platform teamtriaged-iosTriaged by iOS platform teamTriaged by iOS platform team