-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Open
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
We are upgrading to Xcode 26.0.1 (Build 17A400). While Xcode itself installs correctly, tests running on Mac_arm64 bots are failing because the iOS 26.0 simulator runtime is not available.
The create_simulator step (or flutter build) fails with:
Error (Xcode): iOS 26.0 Platform Not Installed
Xcode Version: 26.0.1 (17A400)
Target: iOS 26.0 Simulator
Unlike the Intel bots (where iOS 26 is unsupported - #170294), these ARM bots can run the simulator, but the runtime component appears to be missing from the environment.
proposed fixes:
Fallback: Update create_simulator.sh to handle the specific runtime identifier for Xcode 26 if it differs from the default expectation (e.g., ensuring it falls back to the bundled iOS 26.0 release).
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