marmelroy / Zip

Swift framework for zipping and unzipping files.
MIT License
2.51k stars 452 forks source link

UNZip file hang the UI and do nothing #219

Open mfa01 opened 3 years ago

mfa01 commented 3 years ago

UNZip file hang the UI and do nothing, the file is downloaded using alamofire and exists, but the Unzip hange of the line open(file path,"wb")

Please advice