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

Hi, I am trying to zip file which I have accessed via `UIDocumentPickerViewController` and saving it in the same directory with source and destination url: `file:///private/var/mobile/Library/Mobile%20Documents/com~apple~CloudDocs/Downloads/` and I am getting...

Hi, I get error when use version 2.1.2: ``` Pods/Zip/Zip/minizip/zip.c:22:10: error build: 'zip.h' file not found ```

Subject: We need to incorporate the xcprivacy manifest into our app . Starting March 13, Apple will send notifications when uploading builds to the App Store, and this will become...

Hello, I create a zip file protected by a password in my project in swift, then I send the zip via email. When I download the zip file and try...

Hello, I am an employee of Monstarlab company. I have a question about the Privacy Manifest At WWDC23 Apple announced that apps and SDKs that make use of certain "required...

Hi, just wondering if its possible to unzip to memory directly? I think its an important feature. Thank you.

Hello, we have this repository as package dependency in my project (using Swift Package manager), after switching in build settings " C++ and Objective-C Interpretability" to C++/Objective-C++ we have an...

I added a PricacyInfo file about Apple policy

I've traced this to line 369 in `unzip.c` where `uL != ZIP64ENDLOCHEADERMAGIC` is true and as a consequence `unz64local_SearchCentralDir64` returns 0, leading to `UNZ_BADZIPFILE` in `unzOpenInternal`. ``` /* read locator...