Git
[Git / Mac / Xcode] "xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun" 에러 해결
Minny27
2021. 11. 16. 12:05
위와 같은 에러가 발생했습니다.
찾아보니 맥을 업데이트하고 난 후 발생하는 Xcode CLI 관련 이슈라고 합니다.
에러를 해결해보겠습니다.
[Step 1] terminal에 다음의 명령어를 입력
xcode-select --install
[Step 2] 소프트웨어 설치
※ 참고 출처
Mac 업그레이드 후 개발 관련 도구 에러(xcrun: error: invalid active developer path) 해결방법(xcode-select --ins
최근에 모하비에서 카탈리나로 업그레이드 했습니다. 매번 업데이트 때마다 여러 문제가 발생하는데, 이번에도 어김없이 xcode cli 관련 이슈가 또 터지네요.. 매번 명령어 때문에 검색하기도 귀
www.hahwul.com