You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First use WinRAR to subcontract a file larger than 4GB, divide it into 20 sub-files, and then use SSZipArchive to decompress it. It will prompt: Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in zip file"
changed the title [-] Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in zip file"[/-][+] Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in SPLIT/MULTI-PART zip file"[/+]on May 29, 2019
native uncompress tool on macOS is not OK,
The Unarchiver on macOS is not try.
Keka on macOS is OK.
We don't support split zip or multi-part zip archives???
I use old version support split zip or multi-part zip. but same zip have error with: Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in zip file". I changed with latest version have error with:Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open file in zip file" UserInfo={NSLocalizedDescription=failed to open file in zip file},Using the new version seems to really not decompress the subcontract。
native uncompress tool on macOS is not OK,
The Unarchiver on macOS is not try.
Keka on macOS is OK.
We don't support split zip or multi-part zip archives???
I use old version support split zip or multi-part zip. but same zip have error with: Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in zip file". I changed with latest version have error with:Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open file in zip file" UserInfo={NSLocalizedDescription=failed to open file in zip file},Using the new version seems to really not decompress the subcontract。
Add the following GCC_PREPROCESSOR_DEFINITIONS: HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB $(inherited).
Activity
Coeur commentedon May 29, 2019
Do split/multi-part zip files work with:
[edit]
OK, apparently, Keka has such a feature to split a zip file. I'll try it.
[-] Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in zip file"[/-][+] Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in SPLIT/MULTI-PART zip file"[/+]zhangkiwi commentedon Jun 10, 2019
native uncompress tool on macOS is not OK,
The Unarchiver on macOS is not try.
Keka on macOS is OK.
We don't support split zip or multi-part zip archives???
I use old version support split zip or multi-part zip. but same zip have error with: Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open first file in zip file". I changed with latest version have error with:Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open file in zip file" UserInfo={NSLocalizedDescription=failed to open file in zip file},Using the new version seems to really not decompress the subcontract。
sea7reen commentedon Apr 16, 2020
build Setting-> Preprocessor Macros -> Multiple values
Add: HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB $(inherited)