Closed 008v closed 9 months ago
问题定位在 QCloudCOSXMLDownloadObjectRequest.m 文件的 165 行
NSData *info =[NSJSONSerialization dataWithJSONObject:[dic copy] options:NSJSONWritingPrettyPrinted error:&parseError];
dic 的值为 nil, 在152行的时候,值可能就为nil
dic = [[NSJSONSerialization JSONObjectWithData:jsonData options:kNilOptions error:nil] mutableCopy];
希望尽快修复这个问题,谢谢
已修复,感谢您这里问题定位
问题定位在 QCloudCOSXMLDownloadObjectRequest.m 文件的 165 行
NSData *info =[NSJSONSerialization dataWithJSONObject:[dic copy] options:NSJSONWritingPrettyPrinted error:&parseError];
dic 的值为 nil, 在152行的时候,值可能就为nil
dic = [[NSJSONSerialization JSONObjectWithData:jsonData options:kNilOptions error:nil] mutableCopy];
希望尽快修复这个问题,谢谢