ZipArchive on the iPhone unzips files but they are empty
- by user345131
I'm trying to use ZipArchive on the iPhone to unzip a simple text file.
It returns with no error but the file is empty. I would love to know why this doesn't work.
I am using the following methods:
-(void)alert:(NSString*)message
{
UIAlertView *myAlert = [[UIAlertView alloc] initWithTitle:@""
message:message…