0
我不斷收到上述警告消息與此代碼行,但無法弄清楚如何糾正它。數據參數未使用格式字符串在錯誤消息
*err = [NSError errorWithDomain:NetworkRequestErrorDomain code:ASICompressionError userInfo:[NSDictionary dictionaryWithObjectsAndKeys:
[NSString stringWithFormat:@"Decompression of %@ failed because we were unable to write to the destination data file at &@",sourcePath,destinationPath],
NSLocalizedDescriptionKey,
[outputStream streamError],
NSUnderlyingErrorKey,
nil]];
不敢相信我沒有看到。這是在我沒有寫的代碼的ASIHTTPRequest庫中,所以我沒有完成格式化。 – user717452