我遇到了这个错误:
No visible @interface for 'NSString' declares the selector 'JSONValue'.
错误发生在:
NSDictionary * root = [responseString JSONValue];
NSArray *data = [root objectForKey:@"data"];
有谁知道如何修理它?我会丢失 JSON 文件吗?
我遇到了这个错误:
No visible @interface for 'NSString' declares the selector 'JSONValue'.
错误发生在:
NSDictionary * root = [responseString JSONValue];
NSArray *data = [root objectForKey:@"data"];
有谁知道如何修理它?我会丢失 JSON 文件吗?