14

I am not able to backtrace using the bt command in debug mode after crash. I have searched but did not get the solution. I have tried [NSThread callStackSymbols], but it gives the same message in console:

Console is not supported for a recorded stack frame

How can I do this?

esote
  • 831
  • 12
  • 25
Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75

2 Answers2

7

There's nothing wrong with your Xcode, you just need to select the appropriate instance from the debug navigator, like this.

enter image description here

To open the gif, follow this link: https://i.stack.imgur.com/IYOeY.gif

andreskwan
  • 1,152
  • 1
  • 13
  • 13
2

I solved this issue by resetting simulator and quitting Xcode and run it again. Let me know if you still face the issue.

Sanoj Kashyap
  • 5,020
  • 4
  • 49
  • 75