I\'m not understanding why this is giving me a EXC_BAD_ACCESS. Basic background, im collecting and processing some information, and then using a modal view to let the user confirm if he want to contin
My iPhone app is crashing and getting EXC_BAD_ACCESS error when using this code: NSError *error; NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES); //1
I am having trouble loading from saved data an instance of a custom class that conforms to the NSCoding protocol. My class has a UIImage property and when I assign a new UIImage to it the program cras
I get an error with the following code. Essentially the app confirms calling the number when it is selected from the table view. The EXC_BAD_ACCESS is coming in when the ViewContoller with this alert
This is sort of a mystery to me. My application does not use very much memory but if I put it in the background and run as many memory-intensive applications as I can, occasionally my application will
Update: problem magically disappeared, see comment I have a function which works fine on an iPhone 3G, iPhone 3Gs and simulator but crashes on an iPod touch 2nd generation.
I\'m declaring an array of primitives on one of my objects, and cannot seem to access it from the outside. I\'m fairly new at ObjectiveC, is there some obvious mistake I\'m making?
I am parsing Json Data into an NSDecimalNumber as follows 开发者_开发问答product.Price = [NSDecimalNumber decimalNumberWithDecimal:[[jProduct
I am getting confused with how to handle Integers in Objective C. If I define the following: NSInteger i = 6;
I have a program that gets a KERN_PROTECTION_FAILURE with EXC_BAD_ACCESS in a very strange place when running multithreaded and I haven\'t the faintest idea how to troubleshoot it further.This is on M