Recieveing "EXC_BAD_ACCESS" before any UI elements load (on device only)
Posted
by morgancodes
on Stack Overflow
See other posts from Stack Overflow
or by morgancodes
Published on 2010-03-11T20:59:41Z
Indexed on
2010/03/11
21:04 UTC
Read the original article
Hit count: 211
iphone
Everything works fine on the simulator, but I gete EXC_BAD_ACCESS when I try to load my app on the device. I've put in a bunch of NSLogs to try and catch where it happens, but the log statements are never reached. Also, the UI doesn't load. So, seems the problem is happening before any of my code is reached. I tried a clean build, no luck. Also tried building and installing a different app, which works fine. So, looks like there's something wrong with my app, but it's something that happens before any of my code gets called. So, any ideas?
© Stack Overflow or respective owner