Where can I find iOS 13 simulators for iPhone X, Xs, Xr to test Dark Mode?

Viewed 1470

I need to make screenshots for 6.5" screens in iTunesconnect. I want to show them in dark mode. However, the only iOS 13 simulators in Xcode 11.2 seen to be for iPhone 8.

Where can I find simulators for iPhone Xs with 6.5" screens running iOS 13?

1 Answers

Go to Window -> Devices & Simulators (or press ⇧⌘2)

Check if there are some iOS simulators on the list - if yes, then select checkbox Show as run destination: enter image description here

If these simulators are missing, you can click + button on left bottom corner and create new simulator:

enter image description here

Related