Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 930
Masaru Kitajima Avatar asked Jul 02 '12 06:07

Masaru Kitajima


1 Answers

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

enter image description here

like image 67
Keith Avatar answered Oct 23 '22 22:10

Keith