어허

mac, xcrun: error: invalid active developer path 본문

개발/mac

mac, xcrun: error: invalid active developer path

AKDK 2015. 10. 22. 18:37
728x90


mac, xcrun error 해결방법


alaveiwui-Mac-mini:Android alaveiw$ git status
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun


해결방법

sudo xcode-select --install

sudo xcode-select -switch /




로그

alaveiwui-Mac-mini:app alaveiw$ git info
xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
alaveiwui-Mac-mini:app alaveiw$
alaveiwui-Mac-mini:app alaveiw$
alaveiwui-Mac-mini:app alaveiw$
alaveiwui-Mac-mini:app alaveiw$ sudo xcode-select --install
Password:
xcode-select: note: install requested for command line developer tools
alaveiwui-Mac-mini:app alaveiw$ sudo xcode-select -switch /
alaveiwui-Mac-mini:app alaveiw$ git status
On branch master
Your branch is up-to-date with 'origin/master'.
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

    modified:   src/main/res/layout/generalio_child_dev_info_activity.xml

no changes added to commit (use "git add" and/or "git commit -a")
alaveiwui-Mac-mini:app alaveiw$



728x90

'개발 > mac' 카테고리의 다른 글

mac 용 에버노트 취소선 단축키  (0) 2018.01.10
"이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다."
공유하기 링크
Comments