使用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
此文仅为鄙人学习笔记之用,朋友你来了,如有不明白或者建议又或者想给我指点一二,请私信我。liuw_flexi@163.com/QQ群:582039935.
我的gitHub: (学习代码都在gitHub)
https://github.com/nwgdegitHub/