Skip to content

Instantly share code, notes, and snippets.

@letroll
Last active April 10, 2018 19:37
Show Gist options
  • Select an option

  • Save letroll/cbe434e3da6d31d9563723b0823d7cc7 to your computer and use it in GitHub Desktop.

Select an option

Save letroll/cbe434e3da6d31d9563723b0823d7cc7 to your computer and use it in GitHub Desktop.
[xcode select] selection de la version d'Xcode à utiliser #xcode #version #bash #command
//selection la version indiqué
sudo xcode-select -switch /Users/JOHN/Downloads/Xcode45-DP3.app
//affiche le chemin de la version en cours d'utilisation
xcode-select --print-path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment