I need to extract a NSDictionary from a NSMutableArray, and extract an object from that dictionary. The code should be quite easy, but I keep having a SIGABRT error on the NSDictionary declaration.
I\'m currently doing an application where I\'m trying to detect touch-positions of the user. I changed from ccTouchBegan to ccTouchesBegan in the process of implementing the \"detect touch-position\"
I know this is pretty basic, but I can\'t figure it out. I\'ve got a basic model class (for simplicity i\'ll leave just some properties)
I get a Sigabrt at the NSlog and i have no idea why - any suggestions? NSString* contentList = [NSString stringWithContentsOfFile:currentFilePath encoding:NSUTF8StringEncoding error:nil];
I m trying to compile an app developped with ios sdk 4.3 with new ios 5.0 sdk however, I get a strange crash at app loading with SIGABRT s开发者_如何学JAVAignal
When using a NSDictionary that navigates to a PLIST I keep on getting an SIGABRT error, **2011-09-26 18:31:01.740 AlarmAppiPhone[3126:10d03] -[__NSCFArray _isNaturallyRTL]: unrecognized selector sen
This code was working fine, now for some reason I\'m getting an NSException error that\'s generating a SIGABRT at the following line of code...
I am getting this crash in the console: 2011-08-27 23:26:45.041 App[1672:3117] *** Terminating app due to uncaught exception \'NSInvalidArgumentException\', reason: \'-[__NSCFDictionary setObject:for
I am developing an iOS application (http://affogato.visioa.com/) that implements a tab bar controller, navigation controller and a tableview controller and each time I run my application, I get: \"Thr
I have an error in this line. - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions