iOS压缩解压库ZipArchive解压失败

1,403 阅读1分钟

iOS中常使用的解压库ZipArchive:

https://github.com/ZipArchive/ZipArchive

使用时如果忘记该操作


会导致解压失败。

错误提示:

Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open file in zip file" UserInfo={NSLocalizedDescription=failed to open file in zip file}