xcode 8 not include ios 10 simulators

I want to debug with iPhone 7 simulator but not showing. How can i download iOS 10 simulators ? enter image description here

enter image description here

Upvotes: 1

Views: 129

Answers (1)

Michael Dautermann
Michael Dautermann

Reputation: 89509

Xcode 10 only has support back to iOS 8. It doesn't have iOS 7 (or earlier) simulators.

Furthermore, Swift 3 (if you're coding with that) only seems to work with iOS 8 and newer.

Upvotes: 3

Related Questions