Marco
Marco

Reputation: 429

iOS 9 Simulator in Xcode 10.3 missing

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:

xcode screenshot

What I tried:

Upvotes: 8

Views: 4107

Answers (2)

Kai
Kai

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:

  • install and run a Mojave VM
  • install Xcode 10.2.1
  • install under Windows/Devices and Simulators iPhone4S and select iOS 9.3
  • update to Xcode 10.3

Upvotes: 0

Marco
Marco

Reputation: 429

Apple seems to have a history of removing simulators without announcing it.

Anyway, the solution was quite simple:

  • Download Xcode 10.2.1 and start it
  • Download and install the iOS 9 simulator in preferences
  • Quit and remove Xcode 10.2.1
  • Start Xcode 10.3 and use iOS 9 simulator

Upvotes: 10

Related Questions