프로젝트/42Seoul
[mac os] xcrun: error: invalid active developer path
장그래
2021. 2. 5. 14:46
반응형
mac os 업데이트 이후 xcrun: error: invalid active developer path이라는 에러 메시지가 발생하게 된다.
make 명령어 및 git 명령어 등 개발 관련된 명령어가 먹지 않는데 이럴 때 아래 명령어를 이용해서, xcode cli 업데이트를 진행한다.
xcode-select --install
설치 후 정상 작동 되는 것을 볼 수 있다.
반응형