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 | 29 | 30 | 31 |
Tags
- todoist
- 라온익스
- 린나이온도조절기
- 기름보일러
- react-native
- evernote
- REACT
- 난방비절약
- rasppi3
- 나비엔
- node.js
- nodejs
- 온도조절기
- 경동
- 에버노트
- Node
- debounce
- ReactNative
- 가스요금폭탄
- Swipes
- __attribute__
- anydo
- 온도센서
- IOT
- npm moment
- 네모안
- Raspberry Pi
- 가스비절약
- xcode11
- EditText
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