1

I'm Using SSZipArchieve to Unzip a file over 2GB (2.69 GB Precisely).

I'hv implemented the following method to unzip File

(BOOL)unzipFileAtPath:(NSString *)path toDestination:(NSString *)destination delegate:(id)delegate;

[SSZipArchive unzipFileAtPath:sourcePath toDestination:destinationPath delegate:self];

Which returns NO.

I Debugged the problem & found out that I Get the UNZ_BADZIPFILE in function unzOpenInternal(). I cross checked with the zip file & its unzipping correctly on my Desktop.

I'm stuck, Please let me know how do I get this working. A quick response will be highly valuable & appreciable

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Pranav Jaiswal
  • 3,752
  • 3
  • 32
  • 50

0 Answers0