Reputation: 429
I am unable to download and install a iOS 9 simulator in current Xcode.
This is driving me nuts.
The Release notes for Xcode 10.3 say that it supports on-device debugging for iOS 8 and later
(https://developer.apple.com/documentation/xcode_release_notes/xcode_10_3_release_notes/). So I suppose that should include iOS 9 simulators?
but it's not available to download for me:
What I tried:
Upvotes: 8
Views: 4107
Reputation: 31
The Simulator for iOS 9.3 requires a 32-bit environment, so this only works up to macOS 10.14 (Mojave). It das not work for 10.15 and above! One solution on the Intel based Macs is:
Upvotes: 0
Reputation: 429
Apple seems to have a history of removing simulators without announcing it.
Anyway, the solution was quite simple:
Upvotes: 10