Big Sur 업데이트 후 아래와 같은 에러발생.

git -version


xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

 

구글링 해보니 해결 방법은

 

xcode-select --install

 

아주 간단하게 해결되었다~

 

+ Recent posts