일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- HLS
- namespace
- docker
- wireshark
- ffmpeg
- aws cli
- aws
- RTMP
- nginx-media-server
- Kubernetes
- Java
- configmap
- kubectl
- spring cloud config
- Flutter
- golang
- dart
- VSCode
- service
- Pod
- Android
- 행정구역분류
- android studio
- macos
- Sysinternals
- ebpf
- deployment
- Shell script
- Python
- Windows10
Archives
- Today
- Total
목록xcode (1)
woonizzooni
could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server
MacOS환경에서 디버깅 시도시 다음과 같은 에러 메시지 만나면, lldb 구동에 필요한 파일들이 - 설치되어 있지 않거나 - macOS업데이트 과정에서 뭔가(?) 제거되거나 업데이트가 필요한 상황이 되거나 해서임. could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server Process exiting with code: 1 xcode command line tools을 설치하면 됨. $ xcode-select --install xcode-select: note: install requested for command line developer tools
MISC
2020. 2. 1. 21:55