250x250
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- nodejs
- rasppi3
- ReactNative
- 에버노트
- anydo
- 기름보일러
- xcode11
- 온도조절기
- 경동
- Node
- npm moment
- 린나이온도조절기
- 라온익스
- 온도센서
- 가스비절약
- todoist
- 난방비절약
- 나비엔
- EditText
- REACT
- 가스요금폭탄
- debounce
- 네모안
- node.js
- Swipes
- IOT
- __attribute__
- Raspberry Pi
- evernote
- react-native
Archives
- Today
- Total
어허
mac, xcrun: error: invalid active developer path 본문
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