I\'m trying to dismiss the keyboard when the user presses a \"cancel\" UIBarButtonItem. When I click the cancel button however, I get a SIGABRT with the \"unrecognized selector sent to instance\" erro
I get the following error 2011-09-05 08:08:43.506 CaveConditions[7203:11903] -[NSManagedObject coordinate]: unrecognized selector sent to instance 0x7471910
I have a problem with the next code: NSDictionary * imagen = [[NSDictionary alloc] initWithDictionary:[envio resultValue]];
I am trying to access a property of instance object using the following code for (User *user in likersArray)
Basically I\'ve created a soundboard app from another app. However i keep getting the same error and I can\'t understand whats wrong. I\'m quite new to xcode and I\'ve searched all over the internet f
i want to send data between views, but i get an error: unrecognized selector.... and the in the debugger, the variable mystring is a NSCFNumber (\"at this time\") instead of NSString...
I am using CustomCell tableview, download data and binding it.When i tap multiple time am getting this error.
I have the following code which is producing this error. I cannot understand why the subarrayWithRange message is being sent to a string? When it is clearly an array?
I\'m trying to add Core Data to an existing application, which isn\'t easy considering that all the documentation and every tutorial starts out with creating an app that uses core data from the start.
I have a project that needs to incorporate two third-party libraries, libA and libB. I have little, if any, influence over the third-party libraries. The problem being is that both libA and libB inclu