[Mac] xcrun: error: invalid active developer path 해결하기
맥 OS 업데이트 이후.. git clone 을 하려는데 다음과 같은 에러가 발생했다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
그래서 다음 명령어로 해결함
$ xcode-select --install
그럼 다음과 같은 말이 뜨면서 설치가 시작된다.
xcode-select: note: install requested for command line developer tools
처음엔 166시간 남았다고 뜨더니.. 10분 내로 해결되었다!
간단한 에러이지만 또 찾아볼 일이 있을 것 같아 정리해두었다.
Author And Source
이 문제에 관하여([Mac] xcrun: error: invalid active developer path 해결하기), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://velog.io/@otterji/Mac-xcrun-error-invalid-active-developer-path-해결하기저자 귀속: 원작자 정보가 원작자 URL에 포함되어 있으며 저작권은 원작자 소유입니다.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)