맥에러 (1) 썸네일형 리스트형 Mac xcrun: error: invalid active developer path 에러 해결 문제 상황맥북으로 개발 중 커맨드로 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을 설치하면 해결된다. 이전 1 다음