-
Notifications
You must be signed in to change notification settings - Fork 59
Labels
Description
Similar to. #1090 it seems that if a new Xcode26 on the machine when trying to create a simulator iOS-simulator-x64 it fails since we are requesting a iPhone-XS that is not supported on the latest iOS Runtime.
[18:02:11.2377400] Running /Applications/Xcode_16.4.0.app/Contents/Developer/usr/bin/simctl create "iPhone Xs (iOS 26.0) - created by XHarness" com.apple.CoreSimulator.SimDeviceType.iPhone-XS com.apple.CoreSimulator.SimRuntime.iOS-26-0
[18:02:11.5741310] An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=403):
[18:02:11.5741900] Incompatible device
[18:02:11.5755120] Unable to create a device for device type: iPhone Xs (com.apple.CoreSimulator.SimDeviceType.iPhone-XS), runtime: iOS 26.0 (26.0 - 23A5297i) - com.apple.CoreSimulator.SimRuntime.iOS-26-0
it's calling simctl from Xcode 16.4
It's trying to use iPhone Xs, which is not compatible with iOS 26
sandrohanea and Copilot