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

后端 未结 12 1169
走了就别回头了
走了就别回头了 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条回答
  •  -上瘾入骨i
    2020-12-03 02:51

    In my case: I update to Xcode Version 9.3 (9E145) recently and Xcode execute to the line with breakpoint then I type "po XXX" commend it will show the same message. I try to delete following files

    ~/Library/Preferences/com.apple.dt.Xcode.plist
    ~/Library/Caches/com.apple.dt.Xcode
    

    and it solved. not knowing exactly why but worth to try.

    remember to backup those files in order to recovered in case any unexpected situation occur.

提交回复
热议问题