이슈 리포팅
Mac xcrun: error: invalid active developer path 에러 해결
자기개발자 유자
2024. 8. 5. 16:56
728x90
반응형
문제 상황
맥북으로 개발 중 커맨드로 make 명령어를 실행하려고 하는데 아래와 같은 에러가 났다.
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
검색해보니 MacOS 업그레이드 후 명령어 사용 시 발생할 수 있는 에러라고 한다.
각 도구의 문제는 아니고 CommandLineTools를 식별하지 못해 생기는 문제라고 한다.
해결 방법
xcode-select --install
명령어를 통해 CommandLineTools을 설치하면 해결된다.
728x90
반응형