OVERCODE

[PhpStorm] Cannot Run Git - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun 본문

프로그래밍/Intellij idea

[PhpStorm] Cannot Run Git - xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

오버코드 2021. 3. 2. 14:46

Mac 업그레이드 후에 PhpStorm 실행시 위와 같은 xcrun 에러가 발생하였다.

 

터미널에서 git 명령어를 쳐도 같은 에러가 나온다.

xcode-select --install

터미널에서 위의 명령어를 쳐서 xcode cli 를 설치하면 문제가 해결된다.

 

 

명령어 라인 개발자 도구(command line developer tools) 가 설치되어 있어야한다.

설치가 완료된 후 git 명령어를 다시 쳐보면 제대로 나오는 것을 확인 할 수 있다.

 


Comments