我是ios的初学者。我使用 JSON 开发一个调用来访问数据并在 UITableView 上插入。在这一点上我的代码
NSDictionary * dict = [[CJSONDeserializer deserializer ] deserialize:jsonData error:&error];
编译时出现此错误
2013-02-07 15:49:48.078 comercMobil[12933:c07] +[CJSONScannerscannerWithData:]: 无法识别的选择器发送到类 0xe7b8 2013-02-07 15:49:48.080 comercMobil [12933:c07] 异常 +[CJSONScannerscannerWithData:]: 无法识别的选择器发送到类 0xe7b8
有什么建议么?谢谢大家