I am trying to build a contact table using custom UITableViewCell, but every time I try load the view, I get an EXC_BAD_ACCESS error.
I\'m new to C++ so there\'s a lot I don\'t really understand, I\'m trying to narrow down how I\'m getting exc_bad_access but my attempts to print out values seems to be aggravating (or causing) the pr
I\'m having a bit of an issue with holding a mixture of a custom class and UIImage views in an array. These are stored in the array and I\'m using:
I currently have a UIAlertView being shown with two option buttons. When the user presses one of the buttons, I would like a method (in the same object) to be called that would then retrieve a file fr
I\'m trying to create a class called HighscoresController which subclasses NSObject.When I call init method in the following manner, I get an error in the debugger GDB: Program received signal: \"EXC_
I was beta-testing my iPhone App (not through xcode), and the app crashed. I plugged it into itunes to read the crash log, but it provides NO INFORMATION at all.
A UIViewController adds itself to the default center: [[NSNotificationCenter defaultCenter] addObserver:self
Generally speaking, how do we avoid objc_msgSend() crashes in our Mac Apps? Also, how do we avoid the EXC_BAD_ACCESS crashes? Why do we get it? How can we manage these kinds of errors? They are on the
I am getting an error called Thread 1: Program recieved signal:\"EXC_BAD_ACCESS\" here is my code [gameArray removeLastObject];
I am developping an application using an IKImageBrowserView. Randomly it crashed and the issue is in the IKImageBrowserView: