Tutorial How to disable xcode-build (Fix slow compiling)

AndnixSH

PMT Elite Modder
Staff member
Modding-Team
If xcode-build is slowing down your compiling process of your theos project, just switch to the normal command line tools

Code:
sudo xcode-select --switch  /Library/Developer/CommandLineTools

This will stop xcode from slowing down and it should be fast again
 
Back
Top Bottom