woonizzooni

could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server 본문

MISC

could not launch process: debugserver or lldb-server not found: install XCode's command line tools or lldb-server

woonizzooni 2020. 2. 1. 21:55

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

 

Comments