본문 바로가기
mac

MAC Upgrade 후 xcrun: error: invalid active developer path 발생 해결 방법

by first author 2022. 11. 16.
728x90
반응형

MAC Ventura 업그레이드 이후 Git Remote 연결이 모두 끊어짐

에러 확인

  • Git Remote 연결 시 아래와 같이 에러가 발생하는 현상 발생
  • Error Message
$git remote add 

xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Devel oper/CommandLineTools/usr/bin/xcrun
  • 해당 에러 내용은 MAC Version Upgrade 시 git에서만 발생하는 것이 아니라, 다른 개발 관련 도구 사용 시 자주 발생하는 현상으로 확인되며, missing scrun 에러 현상이라고 함
  • 원인은 MAC 개발자 도구에서 CommandLineTools를 식별하지 못해서 발생한다고 함.

해결 방법

  • x-code CommandLineTools(command line developer tools)를 설치하면 문제 해결 가능
$ xcode-select --install`
  • 기존에 설치 했더라도 다시 설치하면 됨. 개인 환경에 따라 설치 시간은 다름. 대부분 1~2분 걸렸다고 했는데 혹자는 5분정도 소요됨

728x90
반응형

'mac' 카테고리의 다른 글

MAC 단축키 정리  (0) 2022.11.27

댓글