아래와 같이 입력해도 

xcode-select --install


아래와 같이 뜬다

xcode-select: error: command line tools are already installed, use "Software Update" to install updates


아래와 같이 명령어를 입력하자 커맨드라인 툴삭제 

sudo rm -rf /Library/Developer/CommandLineTools


그리고 재설치 한다.

xcode-select --install


+ Recent posts