Skip to content

Instantly share code, notes, and snippets.

@cansik
Created April 19, 2018 09:35
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cansik/a84ddc6fe5d6d230e26a08056be9ff8e to your computer and use it in GitHub Desktop.
Save cansik/a84ddc6fe5d6d230e26a08056be9ff8e to your computer and use it in GitHub Desktop.
Change Xcode Command Line Tools
# change to seperate installation
sudo xcode-select --switch /Library/Developer/CommandLineTools
# change to default installation
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment