Stack Overflow when debugging application in iPhone simulator

Posted by mjdth on Stack Overflow See other posts from Stack Overflow or by mjdth
Published on 2010-05-11T21:27:41Z Indexed on 2010/05/11 21:34 UTC
Read the original article Hit count: 329

I'm getting this every time I attempt to debug my app in the simulator:

[Session started at 2010-05-11 16:16:52 -0500.]
GNU gdb 6.3.50-20050815 (Apple version gdb-1467) (Wed Apr 21 06:57:21 UTC 2010)
Copyright 2004 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "x86_64-apple-darwin".sharedlibrary apply-load-rules all
Attaching to process 51573.
Program received signal:  “EXC_BAD_ACCESS”.
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Cannot call into the loader at present, it is locked.)

I've looked around and found a few similar cases, but they all seem to be related to a missing file and an extra necessary build phase. I'm getting no notification of a missing file here so I'm not sure where to start to fix this and get the app running again.

Thanks for any insight!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c