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

后端 未结 12 1170
走了就别回头了
走了就别回头了 2020-12-03 02:29

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

12条回答
  •  攒了一身酷
    2020-12-03 03:04

    I have found a solution for this, this may not be the perfect but kind a fix my problem.

    1. Go to target Build Settings -> Other Swift Flags -> check Debug Values added Remove everything except $(inherited) and -DDEBUG

    2. Remove Derived Data

    3. Clean and Run

提交回复
热议问题