0

When I view my Xcode Preferences, I see Auto, 1, 2, 3, and Max for Simulator Test Preferences: enter image description here

However, when my coworker views his settings, he sees Auto, 2, 4, 6, and Max: enter image description here

We are both using XCode 11.3.1 version. What controls this number of simulators that appears for this setting?

reutsey
  • 1,743
  • 1
  • 17
  • 36

1 Answers1

0

It reflects the number of cores of the CPU. You have 4 cores and your coworker has 8.

Mart
  • 5,608
  • 3
  • 32
  • 45