'git status' failed with code 1:'xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun '

Xcode에 문제가 생기면 이러나보다... Xcode를 최근 건드린 일도 없는데 빅서 11.1에서 11.2로 올리고 나서 에러가 발생한걸 보니 빅서 업데이트 문제인 듯??

해결은 빠르고 간단하게 된다.

xcode-select --install

터미널에 해당 명령어를 입력하면 xcode command line tool이 재설치 된다.

+ Recent posts