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.
I'm trying to port over some Core Data code over from a test Mac OS application to an iPhone app. I set up a helper method to manage all of the code for the fetches, and everything works great on the Mac OS, but I get this error on the [...] read more