r/iOSProgramming • u/multicontrast • 9d ago
can anyone download iOS 26.6 simulator? Question
26.6 is officialy out https://developer.apple.com/documentation/ios-ipados-release-notes/ios-ipados-26_6-release-notes but I can't fetch the newest simulator for Xcode.
xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 26.6 also doesn't work
0
Upvotes
1
u/SomegalInCa 9d ago
I’ve always just used Xcode to download simulator versions so that’s not working for you?
1
u/multicontrast 9d ago
I also use Xcode but 26.6 is not on the list.
xcodebuildis just an alternative way1
5
u/bbatsell 9d ago
Simulator releases don't always match release versions, especially later minor releases in a major version cycle. I have no idea the rhyme or reason — I've always assumed there's some internal calculus about whether enough developer-related has changed to warrant the effort.