This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
In my app, I am trying to save and retrieval of an image in core data. I am able to save an image successfully after convention of UIimage into NSData, But when I am trying to get an image as NSData it shows output as given below, case 1: When [...] read more
https://stackoverflow.com/editing-help I have developed one app for my customer. I tested it on devices(ipad/ipod touch) with ios 4.2, 4.3.2 3.1.3 under ios deployment target 3.0, 3.1.3, 4.2 Every case worked well, I sent my customer the source code project. They compiled on their mac and submitted to app store. But [...] read more