我在我的 iOS 应用程序中收到警告。它似乎不会影响 iOS 6 中的性能,但我的应用在 iOS 7 beta 2 中从 Flickr 加载照片时崩溃了,我不确定这是否是 beta 的问题,或者可能与此警告有关但无论如何,我想摆脱警告。有什么帮助吗?
Implicit conversion from enumeration type 'enum NSJSONWritingOptions' to different enumeration type 'NSJSONReadingOptions' (aka 'enum NSJSONReadingOptions')
NSError *error;
NSDictionary *results = [NSJSONSerialization JSONObjectWithData:responseData options:NSJSONWritingPrettyPrinted error:&error];