IT/Mac
[맥] xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools) 해결
Jany
2021. 4. 27. 09:38
반응형
맥 업데이트 하고 파이참이 에러를 벧어낸다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
xcode command tools 업데이트 이슈라서 업데이트 하면 해결 된다.
터미널에서 실행해보자.
xcode-select --install
동의 후 설치
다시 실행하니 별 문제 없이 진행 됐다.
반응형