Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每当我尝试在调试器中打印某些内容时,它都会崩溃并传递此行
“LLDB RPC 服务器已崩溃。请使用崩溃日志向 Apple 提交错误。”
LLDB 现在在一个单独的进程中运行,所以如果调试器崩溃,它不会再让 Xcode 崩溃,它只会让 lldb-rpc-server 崩溃并发布此消息。如果您可以使用重现步骤和希望源代码提交错误并将 lldb-rpc-server 的崩溃日志附加到错误中,我们可以解决问题。
我建议进行干净 + 重建,以确保使用新编译器重建所有内容,从而更新模块。如果您使用的是 CocoaPods 或 Carthage,请确保将这些项目中的任何一个更新为最新和最出色的,然后清理并重建它们。