(null) libc++abi.dylib: terminate called throwing an exception

Masaru Kitajima picture Masaru Kitajima · Jul 2, 2012 · Viewed 35.9k times · Source

I use Xcode 4.5PR and iOS 6beta 2.

I didn't change any codes, my application throw an exception mentioned in the Title.

I used Debug Window which function caused this exception, but it showing

0x38dda960:  push   {r4, r5, r6, r7, lr}

How can I find a problem? How can I fix it?

Answer

Keith picture Keith · Feb 10, 2013

Set a breakpoint on C++ exceptions to find where it's being thrown.

enter image description here