xcrun: error: invalid active developer path 에러
2023. 8. 9. 10:06ㆍTrouble shooting
환경 : 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
'Trouble shooting' 카테고리의 다른 글
ubuntu) docker 관련 permission denied 오류 (0) | 2023.08.18 |
---|---|
ubuntu) 노트북 외장그래픽카드 인식 불가 (0) | 2023.08.17 |
git) git push -> fatal: The current branch main has no upstream branch. (0) | 2023.07.25 |
[tensorflow] RuntimeError: module compiled against API version 0xe but this version of numpy is 0xd (0) | 2023.06.27 |
[pandas] ValueError: Bin labels must be one fewer than the number of bin edges (0) | 2023.06.26 |