방금 Yosemite에서 El Capitan으로 업그레이드하고 El Capitan에서 Sierra로 업그레이드하는 문제를 복제했습니다. 예를 들어 git status
터미널 내부 에 입력하려고 하면 다음 오류가 발생합니다.
xcrun: error: invalid active developer path
(/Library/Developer/CommandLineTools), missing xcrun at:
/Library/Developer/CommandLineTools/usr/bin/xcrun
Xcode가 설치되어 있지 않습니다. 누구든지 해결책이 있습니까?
which git
에 응답 /usr/bin/git
하고 "file which git
"에/usr/bin/git: Mach-O 64-bit executable x86_64
xcode-select --switch path/to/Xcode.app
명령 행 개발자 도구에 사용하려는 Xcode를 지정하는 데 사용하십시오 (또는 참조). man xcode-select
) "10.11.5 수정하는 방법?