my objective C app compiles successfully, but i get an Xcode warning:
Instance method '-objectFromJSONData' not found (return type defaults to 'id')
on this line:
NSDictionary *userInfo = [data objectFromJSONData];
How can i get rid of that warning?