minimimi
Mac OS 업데이트 이후 xcurn error 본문
반응형
Mac OS 업데이트 이후 git을 재설치하라고 해서 재설치 했더니 아래같은 에러가 발생했습니다.
xcrun: error: invalid active developer path (/Library/Developer /CommandLineTools),
missing xcrun at: /Library/Developer /CommandLineTools/usr/bin/xcrun
해결책
아래의 명령어를 터미널에 입력하면 해결!
$ xcode-select --install
반응형