Skip to content

Instantly share code, notes, and snippets.

@robmarano
Created November 12, 2021 22:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robmarano/8583251e5fca0d4c616303e23d526b38 to your computer and use it in GitHub Desktop.
Save robmarano/8583251e5fca0d4c616303e23d526b38 to your computer and use it in GitHub Desktop.
Alternating between Xcode command line tools and Xcode Developer
# 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