maxo
maxo

Reputation: 97

Xcode 8 not including iOS 10

I just upgraded to Xcode 8 through App Store, but I cannot find the iOS 10 simulator anywhere.
When I startup the Simulator, it is running iOS 8.4, and if I select "Download Simulators" I only get options of up to iOS 9.3. Having read other threads it seems like iOS 10 is supposed to be pre selected, but it is not for me.
I even deleted Xcode and reinstalled from App store, but still no iOS 10.

I have looked at the similar thread Where can I download the iOS 10 simulator runtime file?, but that seems to be problems with the beta-version of Xcode, and doesn't work for me.

Screenshots:

Simulators

Download Simulators

Upvotes: 3

Views: 587

Answers (1)

jannej
jannej

Reputation: 906

As a last desperate attempt to solve this, I did a complete re-install of Xcode8. It solved mine issues. Before installing Xcode8 I deleted:

  1. /Applications/Xcode.app
  2. /Library/Preferences/com.apple.dt.Xcode.plist
  3. ~/Library/Preferences/com.apple.dt.Xcode.plist
  4. ~/Library/Caches/com.apple.dt.Xcode
  5. ~/Library/Application\ Support/Xcode
  6. ~/Library/Developer/

And it worked!

enter image description here

The answer described here did not work for me.

Upvotes: 1

Related Questions