Hey everyone, this is going to be a rather broad question i’m just trying to get a better handle on.
Basically … what does that typically me when i get EXC_BAD_ACCESS? Xcode doesn’t really give me any REAL answers to anything it just pops up a bunch of hex tables (or whatever they are called) and shows me the thread list. Thats great, but i have no idea what could possibly be causing this.
I’m pretty sure its NOT memory related because it does it on everything past a point. I’m able to get the app to run to a point then it always bombs out w/this message on pretty much every level after that.
Note this is only on older devices so i’m tinkering around with weak linking to see if perhaps something is causing it to bomb out. I do have a multitude of plugins i’m using that DO get initiated but i’ve tried taking them out one by one and that doesn’t seem to help. For instance i have prime31’s gamecenter plugin which i know gamecenter doesn’t work on the 3G so i’ve taken it out and all the references to it at that point and it still bombs.
Anyways, i know that this is absolutely a very very general question i’m just wondering if there’s anyway in xcode to get a better handle on where its dying beyond something thats super cryptic.
The help is greatly appreciated!
Cheers
Bryan