실행할 때이 오류가 발생합니다 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 --install
sudo xcode-select -switch /
https://github.com/Homebrew/homebrew/issues/23500 에서 답을 찾았습니다.
나는 또한 이것을해야했다.
sudo chown -R $(whoami):admin /usr/local
일부 권한 문제로 인해 그러나 필요한 경우에만이 작업을 수행하십시오.
답변
컴퓨터의 관리자 인 경우 다음 명령만으로 문제를 해결해야합니다.
xcode-select --install
다음 기사는 문제 해결에 도움이되었습니다.
답변
macOS를 Mojave로 업데이트 한 후이 문제가 발생했습니다 (OS를 업데이트하면이 문제가 발생할 수 있음).
문제를 해결하기 위해 Xcode
명령 줄 작업을 수행하는 대신 App Store에서 간단히 설치 했습니다.