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.
Asked
Active
Viewed 2,360 times
2
-
try clean and rebuild it – Yash R Nov 03 '17 at 10:23
-
I hope you did what they asked i.e. file a bug report with the crash log attached. – JeremyP Nov 03 '17 at 10:54
-
@JeremyP, Yes reported crash log. – Dilip Nov 03 '17 at 13:38
-
Possible duplicate of [What is LLDB RPC Server ? When does it crash in Xcode? Why it crashes?](https://stackoverflow.com/questions/43635522/what-is-lldb-rpc-server-when-does-it-crash-in-xcode-why-it-crashes) – Stefan Nov 20 '17 at 17:48
2 Answers
1
Please have a look into LLDB CRASH
Uninstalling the Xcode and reinstalling it will undo it. Dont know if there is any other known solution as its a known bug of Xcode 8.2 beta and 8.3

Jeesson_7
- 761
- 1
- 11
- 38
0
I have found a solution for this, this may not be the perfect but kind a fix my problem.
Go to target Build Settings -> Other Swift Flags -> check Debug Values added Remove everything except $(inherited) and -DDEBUG
Remove Derived Data
Clean and Run

Rakitha
- 894
- 1
- 12
- 25