After upgrade mac software from High Sierra
to Mojave
, I found some bugs in my terminal.
When I tried to use git
command, the error message occurs like below
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
After finding few posts and questions, I found the solution to
xcode-select --install
This will download and/or install xcode tools.
You may need to set path to Xcode by next command
xcode-select --switch /Applications/Xcode.app
xcode-select --switch /Library/Developer/CommandLineTools
'tools > mac' 카테고리의 다른 글
MAC: ERD 그릴 수 있는 무료 툴 소개 (0) | 2018.10.28 |
---|---|
MAC: 좋은 노트 앱 bear와 alfred workflow (0) | 2018.10.26 |
MAC : 부트캠프 window 설치 되지 않을때 backup 지우기 (0) | 2018.10.15 |
MAC : mds_store cpu 점유율 문제 (1) | 2018.05.18 |
MAC : finder(파인더)에서 숨은 파일/폴더 보기 (0) | 2018.05.14 |