cthackers / adm-zip

A Javascript implementation of zip for nodejs. Allows user to create or extract zip files both in memory or to/from disk
MIT License
2.03k stars 375 forks source link

Error when unzipping on iOS #302

Open paulsUsername opened 4 years ago

paulsUsername commented 4 years ago

Folders zipped using this repository don't unzip properly when using this package. Any idea how to solve the issue?

I am zipping up one folder that contains 3 files. It works okay to unzip on desktop but when unzipping in-app it causes problems.

bensbenj commented 4 years ago

I have a problem when I want to unzipped my folder : ' unable to decompress the file: error 79: unsuitable file type or format '

gabekarkanis commented 4 years ago

This has been working fine for a long time, it seems after updating to Catalina (I think) is when the error began occurring for me. Getting the message:

Unable to expand [zipfile] into [directory]. (Error 79 - Inappropriate file type or format.)

-- Update Feb 23, 2020: Just updated this package to 0.4.14 and it's fixed the problem for me.