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

AndnixSH

PMT Elite Modder
Original poster
Staff member
Modding-Team
Jun 27, 2017
4,756
300,995
1,213
Modding World
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