I am getting the following debugger error when I encounter a breakpoint on the device:
Error from Debugger: Previous frame inner to this frame (gdb could not unwind past this frame)
This occurs when the app hits a breakpoint. If I hit the continue button in the debugger, it continues happily until the next breakpoint, when it pops up the same issue.
What does this message mean, and more importantly how can I fix it? I have been debugging this app for a long time without ever encountering this error.
I tried a clean build, as well as rebooting my Mac. I am on XCode 3.2.3, iOS 4.0.1.