실행할 때이 오류가 발생합니다 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
이 문제를 해결하는 방법?
sudo xcode-select -switch /Library/Developer/CommandLineTools/
그냥 대신 추가해야sudo xcode-select -switch /
했지만 그렇지 않으면 훌륭하게 작동했습니다. 그래도 파일을 숨길 필요가 없습니다.