Search code examples
xcodecrashlldb

What is LLDB RPC Server ? When does it crash in Xcode? Why it crashes?


I am getting a message in my debugger:

The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.

enter image description here


Solution

  • Make sure you are not running the app in release mode, if it is in release mode then change it to debug.