I am trying to update my CI to use Xcode 26 Beta 5 but unfortunately the iOS 26 simulators do not seem to be available for some reason:
xcodebuild: error: Unable to find a device matching the provided destination specifier:
{ platform:iOS Simulator, OS:26.0, name:iPhone 16 }
The requested device could not be found because no available devices matched the request.
Available destinations for the "Tests-Unit" scheme:
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:0000FE00-C648B17BC1592925, name:My Mac }
{ platform:macOS, arch:x86_64, variant:Mac Catalyst, id:0000FE00-C648B17BC1592925, name:My Mac }
{ platform:macOS, variant:Mac Catalyst, name:Any Mac }
Ineligible destinations for the "Tests-Unit" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 26.0 is not installed. Please download and install the platform from Xcode > Settings > Components. }
Description
I am trying to update my CI to use Xcode 26 Beta 5 but unfortunately the iOS 26 simulators do not seem to be available for some reason:
https://github.com/home-assistant/iOS/actions/runs/16879524463/job/47811803759?pr=3750
Platforms affected
Runner images affected
Image version and build link
20250722.2025
Is it regression?
No
Expected behavior
iOS 26 simulators available
Actual behavior
iOS 26 simulators not available
Repro steps
Run unit test target using
/Applications/Xcode_26.0.app/Contents/Developerhttps://github.com/home-assistant/iOS/actions/runs/16879524463/job/47811803759?pr=3750