I'm trying to download the iOS 26.2 simulator, but it fails both in Xcode
and via the command line. When I run:
xcodebuild -downloadPlatform iOS -buildVersion 26.2 -exportPath ~/Downloads
It returns:
iOS 26.2 is not available for download.
I would like to know:
- Why iOS 26.2 simulator cannot be downloaded at the moment.
- Whether iOS 26.2 simulator is still available, or if it has been removed or replaced.
- How to properly get and install the iOS 26.2 simulator.
Any official explanation or solution would be greatly appreciated. Thank you!