Si vous exécutez cette commande:
$ xcode-select -p
il permet d'imprimer à l'écran comme ci-dessous:
/Volumes/Xcode/Xcode44-DP7.app/Contents/Développeur ( dans votre cas)
Pour modifier la valeur par défaut, vous pouvez le faire comme suit:
$ sudo xcode-select -r
Password:
Vérifiez à nouveau:
$ xcode-select -p
/Applications/Xcode.app/Contents/Developer
Plus d'informations auprès de:
$ xcode-select
Usage: xcode-select [options]
Print or change the path to the active developer directory. This directory
controls which tools are used for the Xcode command line tools (for example,
xcodebuild) as well as the BSD development commands (such as cc and make).
Options:
-h, --help print this help message and exit
-p, --print-path print the path of the active developer directory
-s <path>, --switch <path> set the path for the active developer directory
-v, --version print the xcode-select version
-r, --reset reset to the default command line tools path