报错信息
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
该命名会清除代码块、主题配置,谨慎使用