Open safanmomin opened 8 years ago
It would be a great help if in case status -1 is returned an error callback or any kind of error message would be available.
2020-03-02 10:53:48.949065+0800 lookbook[15967:8224984] [SSZipArchive] Error: The file couldn’t be saved.
2020-03-02 10:53:48.964625+0800 lookbook[15967:8224984] Error occurred during unzipping - *** -[__NSPlaceholderDictionary initWithObjects:forKeys:count:]: attempt to insert nil object from objects[0]
(
0 CoreFoundation 0x000000020595debc
This is the error I reported when I decompressed the file. Is anyone in the same situation as me?My file is 800MB
I've successfully downloaded and installed your plugin on iOS but whenever I try to unzip it gives me the following error: "Error occurred during unzipping - failed to open zip file". This is what I've done so far;
I successfully downloaded my zip file using the cordova file transfer plugin and my code looks like this:
zip.unzip("file:///var/mobile/Containers/Data/Application/21347191-2DFA-4E0D-A6F6-54C25B0A4F1F/Library/files/file.zip", fileEntry.toURL(), function () { alert('success'); }); The source URL is where my zip file rests. I'm working on iOS 9.3.4. Is there something i'm doing wrong?