0

I have updated my Xcode to the latest version (11.2.1). But I not found some of the lower modals in Xcode 11.2.1.

Can anyone clarify what is the reason for that? Screenshot from my Xcode.

enter image description here

James Z
  • 12,209
  • 10
  • 24
  • 44
sejn
  • 2,040
  • 6
  • 28
  • 82

2 Answers2

0

The simulators and devices displayed in this listed depends on the target version.

Select your project, then the desired target, and in the Deployment info, lower the Target version :

enter image description here

Michaël Azevedo
  • 3,874
  • 7
  • 31
  • 45
0

You’ll need to create the simulators to represent those devices under Window -> Devices and Simulators in Xcode. Xcode now only ships with simulators for devices Apple considers to be the most popular.

enter image description here

Daniel Storm
  • 18,301
  • 9
  • 84
  • 152