There was an error while loading. Please reload this page.
1 parent b34f80d commit 59b55baCopy full SHA for 59b55ba
README.md
@@ -233,7 +233,7 @@ Xcode 9.2 has experimental support for increasing the number of concurrent build
233
To enable this feature, quit Xcode and enter this command in a Terminal window:
234
235
```
236
-$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool YES
+$defaults write com.apple.dt.Xcode BuildSystemScheduleInherentlyParallelCommandsExclusively -bool NO
237
238
239
Test wether this benefits your project. For many projects it may not make a difference, but for others the savings may be very significant.
0 commit comments