mac
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
meno1011
2022. 10. 31. 22:05
728x90
mac버전 업뎃후.. 발생한 에러 하.. 아래와 같은 에러가 발생했다.
이전 작업을 이어서 하려고 git pull을 했더니..
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
아무튼 해결한 방법은
xcode-select —install
위와 같은 커멘드를 입력해서 설치했더니 해결됬다..