How to add simulator iPhone XS in Xcode 9.2 also iPhone XS max

sejn picture sejn · Dec 5, 2018 · Viewed 29.7k times · Source

I need to build my app on an XS device. I am using Xcode 9.2.

How can I add the XS modal in my Xcode externally?

In my simulator I have up to iPhone X.

My machine Version:

OS X version: 10.12.6 (16G29)
Xcode version: 9.2

Answer

Luiz Dias picture Luiz Dias · Oct 13, 2019

For those here with the same problem but for Xcode 10.x and need iOS 13 simulators (iPhone 11, for instance) do the following:

  1. Install and open Xcode 11
  2. Go to Xcode menu > Open Developer Tool > Simulator
  3. On the Simulator app, go to Hardware menu > Device > iOS 13 to select and run your desired device
  4. Now you can close Xcode 11, and open Xcode 10.x
  5. You should see your i.e iPhone 11 simulator available in the Device List as the image:

enter image description here