2

Within XCode 13 > Preferences > General, I am trying to change the number of Simulators to be used for my tests. It keeps resetting it back to Auto once I switch tabs or close the dialog and come back. I tried rebooting my machine and trying again but it is still resetting it after I adjust it.

enter image description here

reutsey
  • 1,743
  • 1
  • 17
  • 36

1 Answers1

0

A workaround: Quit XCode. In ~/Library/Preferences, there is a file called "com.apple.dt.Xcode.plist". You can edit the values for the following two Keys: IDEMaxParallelTestingWorkersMac, IDEMaxParallelTestingSimulators. Restart XCode.

reutsey
  • 1,743
  • 1
  • 17
  • 36