I have been having some crashes in my app.When checking the logs and using atos, it is telling me exactly where I get the crash, which is where I tell my NSRunLoop to run:
I have what at the moment seems like an unsolvable EXC_BAD_ACCESS problem. I\'ve tried enabling NSZombie, as seems to be the advice in many posts but I\'m dealing with c pointers and not obj c objects
I have the following: Class Number1 .h file: myAudiCiviliteInputViewController *civiliteInputViewController;
I\'m having this issue with some objective C code to load the images on a IKImageBrowserView. I\'m following the image browser example from apple, but I still fail at some point and Im guessing its me
On my mac OSX snow leopard and xcode 4.1 and the last SDK, My application crash on my phone but on my phone friend it don\'t crash.
I have a problem with compatibility of my application with an iOS5 b7 and GM versions. The issue occurs in the next lines of code:
I\'m trying to track a exc-bad-access. I have run Instruments with NSZombie enabled, I get this error log when the app crashes. There is a UIView which is autoreleased four times, but before the autor
I\'m encountering the ubiquitous EXC_BAD_ACCESS error in Microsoft Office for Mac 2011 on OSX 10.7 (Lion). Latest office update installed too (14.3 I believe it was)
Hey..i have the following method in cocoa.. -(void)startUploadWithContainerName:(NSString *)containerName
I\'m getting a EXC_BAD_ACCESS crash when switching back and forth between views. I\'m having a problem finding the cause of this crash. In the simulator it always goes back to the main.m file and repo