-
[2019.10.24] xcrun error invalid active developer path (/Libaray/Developer/CommandLineTools)개발 블로깅/기타 개념 2019. 10. 24. 22:05
이번에 맥OS 새로운 버전인 카탈리나로 업데이트를 했다.
그런데 업데이트 후에 git 사용을 하려고 하니 아래와 같은 에러메세지가 뜨면서 사용이 되지 않았다.
$ git status xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools). missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
구글링을 해보니, 항상 맥OS의 새로운 버전으로 업데이트 할 때마다 나타나는 증상이라고 한다.
해결방법은 xcode를 다시 설치하면 된다. (난 xcode를 사용하지 않는데...ㅜㅜ)
$ xcode-select --install
그러면 다시 정상적으로 git을 사용할 수 있다.
반응형'개발 블로깅 > 기타 개념' 카테고리의 다른 글
[2020.05.13] AWS Online Summit 참여한 내용 간략 정리. (0) 2020.05.14 [2020.03.10] React native cil IOS 기기에 배포까지 겪은 이슈사항 정리 (3) 2020.03.11 [2019.09.13] git rebase 사용법 - commit 상태를 변경시켜보자. (0) 2019.09.13 [2019.08.12] CRA(Create-React-App) 사용 시, npx를 써야하는 이유! (0) 2019.08.12 [2019.08.04] PWA(Progressive Web App)이란? (0) 2019.08.04