Dilip
Dilip

Reputation: 369

XCode 9 stop debugging and running application and giving error "The LLDB RPC server has crashed."

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.

Upvotes: 2

Views: 2514

Answers (2)

Rakitha
Rakitha

Reputation: 904

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

Upvotes: 0

Jeesson_7
Jeesson_7

Reputation: 811

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

Upvotes: 1

Related Questions