Zip icon indicating copy to clipboard operation
Zip copied to clipboard

Swift framework for zipping and unzipping files.

Results 110 Zip issues
Sort by recently updated
recently updated
newest added

I do not need to save zipped/unzipped files. I just need to save it in ram as Data to use them in single session. Thanks a lot for answer!

If the specified folder, which should be zipped, does not exist, following error is thrown: Error Domain=Zip.ZipError Code=2 "(null)" This description is not very helpful. However: if the specified folder,...

I have a problem. I want cancel the operation of unzip when call a func. Is supprot now?

dyld: Symbol not found: __T0BoWV Referenced from: /private/var/containers/Bundle/Application/C7A4E525-FA99-4BDB-B28B-85A13C39446D/SurveyPlatform.app/Frameworks/Zip.framework/Zip Expected in: /private/var/containers/Bundle/Application/C7A4E525-FA99-4BDB-B28B-85A13C39446D/SurveyPlatform.app/Frameworks/libswiftCore.dylib in /private/var/containers/Bundle/Application/C7A4E525-FA99-4BDB-B28B-85A13C39446D/SurveyPlatform.app/Frameworks/Zip.framework/Zip

Scenario: Mac file systems are NOT case sensitive by default. So, unfortunately, with the latest way that pod installs work (https://github.com/CocoaPods/CocoaPods/issues/3651) the Zip.h file from the project's source directory and...

At the end of archiving (`progress == 1`) it is expected to stop reporting progress but it reports progress == 1 twice for `Zip.zipFiles`.

So, all works fine with password set to nil. Setting a simple password it zips fine, but when unarchiving on the Mac, password field pops up, but it then doesn't...

Causes same two compiler errors as in #103, because Podspec file is missing `SWIFT_VERSION = 4.0` in `pod_target_xcconfig`, so projects with default Swift version set to 3.2 assume it's a...

The unzip APIs are vulnerable to a Zip entry path manipulation (see: https://snyk.io/research/zip-slip-vulnerability) . The library fails to check that the extracted file is going to be created under the...