Last active
April 10, 2018 19:37
-
-
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
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
| //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