본문 바로가기
Development/OS

Mac 업데이트 후 xcrun 에러

by 폴피드 2020. 11. 23.
728x90
반응형

사용중인 맥북을  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

 

이렇게 설치를 해주면 해결이 된다.

 

728x90
반응형