Notice
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
- Android
- hilt
- 백준
- 알림
- sqlite
- DataBinding
- kotlin
- Navigation
- room
- Coroutine
- onMeasure
- View
- 안드로이드
- onLayout
- ViewModel
- AppBarLayout
- HTTP
- recyclerview
- notification
- Behavior
- 알고리즘
- CoordinatorLayout
- lifecycle
- 코틀린
- LiveData
- CustomView
- Algorithm
- activity
- BOJ
- CollapsingToolbarLayout
Archives
- Today
- Total
개발일지
KDoctor - Xcode 본문
Xcode 설치 후 아래와 같은 에러가 발생했습니다.
[✖] Xcode
✖ Xcode requires to perform the First Launch tasks
Launch Xcode and complete setup
아래 명령어로 설치를 하면 해결됩니다.
sudo xcodebuild -installComponents
만약 아래와 같은 에러가 발생한다면 디렉토리를 변경하고 다시 시도하면 됩니다!
xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance
wk10695@WK10695ui-MacBookPro ~ % sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
디렉토리 변경 명령어
sudo xcode-select -s /Applications/Xcode.app/Contents/Developer
Comments