Trouble shooting
xcrun: error: invalid active developer path 에러
ParkParksu
2023. 8. 9. 10:06
환경 : mac os
터미널 환경 세팅중 발생
oh my zsh 설치후
git 에서 테마 받아오려고 Clone 도중 에러
에러내용 :
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
해결 :
xcode 문제
맥 업데이트후 개발툴들(git 등등) 비슷한 내용의 문제들이 있음
-> CommandLineTools를 식별하지 못한 문제
xcode-select --install
728x90