Created
April 19, 2018 09:35
-
-
Save cansik/a84ddc6fe5d6d230e26a08056be9ff8e to your computer and use it in GitHub Desktop.
Change Xcode Command Line Tools
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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