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

As shown in the picture. When I use this library to decompress a large file of about 100G on iPad Pro, the program gradually increases from the initial memory of...

Hi team, Is there a plan to include the PrivacyInfo.xcprivacy manifest as required by Apple? [creationDate](https://developer.apple.com/documentation/foundation/fileattributekey/1418187-creationdate) needs to be declared in the privacy manifest file. ref: https://developer.apple.com/documentation/bundleresources/privacy_manifest_files

CompileC /Users/sulemanali/Library/Developer/Xcode/DerivedData/Stack_Tracker-drzozvaxesdexhalletyqvnohzmo/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/Zip.build/Objects-normal/arm64/zip-6984219fdae5f7ec15ff8e72e5f792d1.o /Users/sulemanali/Downloads/Stack\ Tracker/Pods/Zip/Zip/minizip/zip.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Zip' from project 'Pods') cd /Users/sulemanali/Downloads/Stack\ Tracker/Pods /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/sulemanali/Library/Developer/Xcode/DerivedData/SDKStatCaches.noindex/iphonesimulator17.0-21A326-9f995cea1212cde75317d7d3cd2045e2.sdkstatcache -target arm64-apple-ios13.0-simulator -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -std\=gnu11 -fmodules...

Hi, are there any plans for supporting VisionOS Thanks

There was a Swift forums thread that indicated that people wanted to use this package on Windows but it did not build due to the missing header. In order to...

1. Fix Xcode 14 unit tests read resources failed. 2. Fix zip file contains non-utf8 encding directory name may failed to unzip.

Hi, this project has the deployment target set to version 9.0, which does not work for xcode 14.3. This wouldn't be a problem if you use it in a normal...

I just create a sample to unzip a file to a folder on my desktop. I hardcode the path. but it didn't work. ``` func unzipFile() throws { let zipFilePath...

So I am very perplexed, can someone help me? I have 4400 pictures in an iPhoneXR. When I run them thru the createzip using the documents directory, 1 file always...