I save the files as .txt files using the following code:
FILE* file; file = NULL; const char *filename = [newFilePath UTF8String]; file = fopen(filename, "wb");
However, when I download them from the Sandbox in Organizer, a error occurred:
Xcode has encountered an unexpected error (0xC011) File exists, at ‘/SourceCache/DVTiOSFrameworks/DVTiOSFrameworks-5053/DTDeviceKitBase/DTDKApplication.m:1340’
Then only a small portion of files are downloaded.
Any one knows why and how to solve this problem?