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 | 29 | 30 |
Tags
- CollapsingToolbarLayout
- BOJ
- sqlite
- recyclerview
- activity
- room
- 백준
- 알림
- 코틀린
- DataBinding
- View
- CustomView
- hilt
- 알고리즘
- LiveData
- CoordinatorLayout
- lifecycle
- kotlin
- onLayout
- Coroutine
- ViewModel
- Behavior
- Navigation
- onMeasure
- AppBarLayout
- Android
- Algorithm
- 안드로이드
- HTTP
- notification
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