Xcode报错,断点失败 -- Message from de

2023-01-12  本文已影响0人  木扬音

报错信息

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

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

上一篇 下一篇

猜你喜欢

热点阅读