Xcode报错,断点失败 -- Message from debugger: The LLDB RPC server has crashed. You may need to manuall...

报错信息

Message from debugger: The LLDB RPC server has crashed.  You may need to manually terminate your process.  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.

解决方法

命令行输入

sudo rm -rf /Library/Preferences/com.apple.dt.Xcode. plist rm -rf ~/Library/Preferences/com.apple.dt.Xcode. plist rm -rf ~/Library/Caches/com.apple.dt. Xcode rm -rf ~/Library/Application\ Support/Xcode rm -rf ~/Library/Developer

执行后继续报错

Encountered an error communicating with IBAgent-iOS.

命令行输入

sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService

该命名会清除代码块、主题配置,谨慎使用

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容