The console is not supported for the recorded stack frame, in debug mode

I cannot run backtrace using a command btin debug mode after a crash. I searched, but did not get a solution. I tried [NSThread callStackSymbols], but it gives the same message in the console:

The console is not supported for the recorded stack frame.

How can i do this?

+4
source share
2 answers

I solved this problem by resetting the simulator and exiting Xcode and starting it again. Let me know if you are still facing a problem.

0
source

, , . .

std::string tmpStr= functA();
functB(tmpStr)
-1

Source: https://habr.com/ru/post/1656464/


All Articles