weichsel / ZIPFoundation

Effortless ZIP Handling in Swift
MIT License
2.31k stars 255 forks source link

ZIPFoundation.Archive.ArchiveError error 4. #273

Closed f15radar closed 1 year ago

f15radar commented 1 year ago

I am trying to zip up 4000 images. When the zip file reaches 4GB the above error is thrown. I thought ZipFoundation supports zip64. This is my only hope as the other zip achivers throw a random 0 byte files randomly. Sometimes it will be file 4, then 100, then 3434, no ryme or reason. So I hope I can get this one to work..

f15radar commented 1 year ago

Never mind I was using an old version