reutsey
reutsey

Reputation: 1993

Xcode Simulator Test Parallelization Numbers

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?

Upvotes: 0

Views: 363

Answers (1)

Mart
Mart

Reputation: 5788

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

Upvotes: 0

Related Questions