调试器:LLDB RPC 服务器已崩溃

BoR*_*BoR 6 debugging xcode ios swift

当它进入调试点时。我收到以下错误消息。

来自调试器的消息:LLDB RPC 服务器已崩溃。崩溃日志位于 ~/Library/Logs/DiagnosticReports 并具有前缀“lldb-rpc-server”。请提交错误并附上最新的崩溃日志。

xcode 版本:9.2 (9C40b) 操作系统版本:10.13.2 (17C88) 我尝试了以下步骤,但没有任何效果 1. 卸载并安装了 Xcode。2. 尝试在调试选项中搜索 LLDB。但没有找到 3. 删除所有模拟器和设备。重新安装它们

崩溃日志:

Time Awake Since Boot: 21000 seconds

System Integrity Protection: enabled

Crashed Thread:        8  RPC packet thread for client tid 00051043 (331843)

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
Stack dump:
0.  error finding type for _T013TrackActivity18HomeViewControllerCD
abort() called

Thread 0:: Connection::RunLoop() packet reading thread  Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff578d441a read + 10
1   lldb-rpc-server                 0x000000010f76a1db rpc_common::RPCConnectionSocket::Read(std::__1::basic_string<unsigned char, std::__1::char_traits<unsigned char>, std::__1::allocator<unsigned char> >&, bool) + 173
2   lldb-rpc-server           
Run Code Online (Sandbox Code Playgroud)