I have started with iPhone development sometime back and I am trying to implement core data in my application.
Recently I started learning C++. I\'m used to programing in Objective-C so maybe I\'m doing some things wrong. I have made a transcript of the gdb session:
I´ve created an new ViewController (only with the .h and .m file) and added that code to play a video. After the video has finished, i get a \"Exe_bad_access\" error.
I\'m implementing in app purchase in my app. I created a product at itunes and also product requesting functions in code successfully. the product returns. the problem is t开发者_开发知识库hat i canno
Ok I\'ve got a dreaded EXC_BAD_ACCESS that I can\'t seem to track down but it only occurs on my second load of a UIWebView. I\'ve searched and reviewed all the similar issues on SO and tried a few dif
Maybe a very basic problem, but i don\'t get it ... I\'ve written my own class for having Data as an Object in my iPhone app. The class is of Type NSObject. The Class has several NSString propertys a
I have xcode 3.2.5 x64. Im creating a standard iphone openglES template application. By default iphone simulator 4.2 is set.
I have a program that i am working on and this is what happen: I have a view controller (NewGameViewController) that calls an object. That object reads a .txt file into an array and then do a while l
I have this situation: // CustViewController.h ... IBOutlet UISegmentedControl *sgmController; ... @property (nonatomic, retain) IBOutlet UISegmentedControl *sgmController;
I have an NSMutableArray i am trying to convert into a string. Declaring my NSMutableArray... NSMutableArray *listData;