Created
November 12, 2021 22:20
-
-
Save robmarano/8583251e5fca0d4c616303e23d526b38 to your computer and use it in GitHub Desktop.
Alternating between Xcode command line tools and Xcode Developer
This file contains hidden or 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
# Alternating between Xcode command line tools and Xcode Developer | |
# Use Xcode command line tools | |
sudo xcode-select -s /Library/Developer/CommandLineTools | |
# Use Xcode Developer | |
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