xcrun (1) 썸네일형 리스트형 Mac 업데이트 후 xcrun 에러 사용중인 맥북을 Big Sur 로 업데이트 했더니 git 사용시 다음과 같은 에러가 났다. ➜ ~ git xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 해결 방법은 다음과 같다. xcode-select --install 이렇게 설치를 해주면 해결이 된다.