On my local machine I'm running Xcode 16.2.
I currently have:
- iOS SDK 18.2 (22C146)
- Simulator 18.3.1 (22D8075)
I'm setting up a CI machine to match my local setup, but I can't seem to get the 18.3.1 simulator on there.
I'm running:
xcodebuild -downloadPlatform iOS -exportPath ~/Downloads -buildVersion 16.2
The -buildVersion
is 16.2 (I'm pretty sure to match the 16.2 of Xcode, as oppose to 18.2 for iOS) but this doesn't fetch the 18.3.1 simulator.
Is someone able to explain to me what's going on here?
I've not seen this mismatch before between Simulator and iOS but according to another post this seems like a valid setup, but I could be misinterpreting it.