2

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.

Dilip
  • 349
  • 2
  • 9

2 Answers2

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

https://stackoverflow.com/a/63357101/2699432

Rakitha
  • 894
  • 1
  • 12
  • 25