使用SSZipArchive 注意事项
Posted liuw-flexi
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了使用SSZipArchive 注意事项相关的知识,希望对你有一定的参考价值。
https://github.com/ZipArchive/ZipArchive/issues/519
使用SSZipArchive 注意事项:
4. Add the following GCC_PREPROCESSOR_DEFINITIONS: HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB $(inherited).
这个就是在build Setting-Preprocessor Macros-双击Multiple values
加上
HAVE_INTTYPES_H HAVE_PKCRYPT HAVE_STDINT_H HAVE_WZAES HAVE_ZLIB $(inherited)
不然报错:
Error Domain=SSZipArchiveErrorDomain Code=-2 "failed to open file in zip file"
参考
https://www.jianshu.com/p/0ad26c2fda39
以上是关于使用SSZipArchive 注意事项的主要内容,如果未能解决你的问题,请参考以下文章