Ottengo questo errore quando eseguo 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
Come risolvere questo problema?
sudo xcode-select -switch /Library/Developer/CommandLineTools/
invece di solosudo xcode-select -switch /
ma per il resto ha funzionato alla grande. Non c'è bisogno che io chown i file però.