My iPhone app keeps crashing, and I\'ve narrowed it down to this one line over the past bloody week: NSArray *fetchResults = [managedObjectContext executeFetchRequest:request error:&error];
Is there any way to find the application identifier prefix in you iPhone application programmatically? Or even just to get the entire Application Identifier string?
The answer to this is probably right under my nose, but I am not seeing it.Maybe someone here could help.
I am a N00b here . I print my currency like this : -(IBAction)buttonPressed1:(id)sender { double currency = [Amount1.text doubleValue] + [Amount2.text doubleValue];
I created an iPhone application. I am distributing it with the ad hoc method. It install开发者_开发问答s just fine from the iTunes installed on the machine where the app was created. Anywhere else the
Hey everyone, I am new to iPhone development and I\'m not understanding the whole UINavigationController and UITabBarController idea. Is one a substit开发者_运维技巧ute for the other - how do apps suc
I had a EXC_BAD_ACCESS message in my console. I read about the environment variables NSZombieEnabled and MallocStackLoggingNoCompact on this site. I created my environment variables: NSZombieEnabled 开
I\'m facing with a simple but tedious problem. What I\'m trying to do is make an UITableView to page like an UIScrollView but enabling paging doesn\'t help me so much because I can\'t set page size so
Hi I am having issues with the following and it crashes the iPhone simulator, while the script has no errors it did bring up one warning in this script.
How can I self-sign an iPhone application using Xcode? I have done the following: Created a cert following these instructions