my app crashes with EXC BAD ACCESS i\'ve added NSZombieEnabled = YES to the arguments of my executable.
I\'m using Ben Gottlieb\'s Twitter+OAuth code. Works great on my 3.1.2 iPhone, but crashes on my 2.2.1 iPhone. I\'m getting a EXC_BAD_ACCESS error in the EstimateBas64EncodedDataSize call. Here\'s wh
When I run the following program with scalefactory higher than 1.5, the program throws an EXC_BAD_ACCESS.
I am receiving a EXC_BAD_ACCESS when I am presenting another controller in Modal view.Apparently, when I get to that controller\'s viewDidLoad, s开发者_如何学JAVAome variables are \"invalid\".However,
I\'m new to iPhone development and Xcode in general and have no idea how to begin troubleshooting an EXC_BAD_ACCESS signal. How can I get Xcode to break at the exact line that is causing the error?