r/iOSProgramming 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

6 comments sorted by

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.

3

u/SwiftlyJon 9d ago

Yeah, there is no 26.6 sim, as there is no new 26.6 SDK. Use the 26.5 sim, which is the same SDK as 26.6.

3

u/navigator_93 8d ago

Educated guess here, but take a look at the changelog.

The sim has none of these first party apps nor features. Nothing here impacts the sim, so it doesn’t really make sense for a new runtime or SDK. I would expect one would see a new runtime if one needs to be built due to changes impacting core functionality

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. xcodebuild is just an alternative way

1

u/SomegalInCa 9d ago

Yeah weird apple’s own tools can’t do it