Je reçois cette erreur quand je cours brew update
:
$ brew update
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
Error: Failure while executing: git checkout -q master
Comment résoudre ce problème?
sudo xcode-select -switch /Library/Developer/CommandLineTools/
au lieu de justesudo xcode-select -switch /
mais sinon, cela a très bien fonctionné. Pas besoin pour moi de chown les fichiers cependant.