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.
崩溃后,我无法bt在调试模式下使用该命令进行回溯。我已经搜索但没有得到解决方案。我试过[NSThread callStackSymbols]了,但它在控制台中给出了相同的消息:
bt
[NSThread callStackSymbols]
记录的堆栈帧不支持控制台
我怎样才能做到这一点?
您的 Xcode 没有任何问题,您只需要从调试导航器中选择适当的实例,就像这样。
要打开 gif,请点击以下链接: https ://i.stack.imgur.com/IYOeY.gif
我通过重置模拟器并退出 Xcode 并再次运行它解决了这个问题。如果您仍然面临这个问题,请告诉我。