Skip to content

Instantly share code, notes, and snippets.

@kbshl
Last active October 30, 2017 18:30
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kbshl/c0f4f176a5e42d7fcc6eaa67816d1a78 to your computer and use it in GitHub Desktop.
Save kbshl/c0f4f176a5e42d7fcc6eaa67816d1a78 to your computer and use it in GitHub Desktop.
Switch Xcode version from CLI
# print current selected Xcode path
xcode-select --print-path
# switch to another version of Xcode
sudo xcode-select --switch /PATH/TO/YOUR/OTHER/XCODE/Xcode45.app
# switch back to main Xcode version / installation
sudo xcode-select --switch /Applications/Xcode.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment