본문 바로가기
복붙 노트

맥(MAC) 개발 관련 도구 xcrun 에러 해결하기 ~

by 태천인(이영훈) 2021. 2. 28.
728x90

잘 되다가 갑지가 xcrun 에러거 메시지가 나탄난다.

하지만 구글 형님에게 던져보니 나와 같은 현상이 일어나는 개발자 분들의해 쉽게 해결 되었습니다.

 

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

 

해결하기 명령어 

$ xcode-select --install

728x90

댓글


aaaa