인생은 속도가 아니라 방향이다

[맥북] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 오류 본문

운영체제(OS)/MacOS

[맥북] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 오류

기록하는 동구 2020. 2. 8. 05:41
반응형

맥북업데이트후(mojave) 평소 사용하는 폴더가서 git명령어를 쳤는데 안먹고 이런 오류가 터미널에 뜬다.

 

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

이런게 떠서 구글링을 해보았다. Xcode Command-line Tools이 최신업데이트가 안되서 그런단다. 해결책은 되게 간단하다. 


터미널로 돌아가서 이걸 친다.

xcode-select --install 

 

그러면

xcode-select: note: install requested for command line developer tools

이 메시지를 받으면 성공! 이젠 잘될것이당

반응형
Comments