当我想通过 SSZipArchive.unzipFileAtPath 压缩文件时,我可以解压缩文件,但是在我希望通过SSZipArchive.createZipFileAtPath(: _, withFilesAtPaths: _)压缩文件之后等待并且未完成(运行此代码时 CPU 和内存已满。但不是完成)我的代码是
SSZipArchive.createZipFileAtPath("(downloadpath)/App.zip", withFilesAtPaths: ["(test2path)"])
swift 2.2 xcode 7.2.1 发布版本(v 1.5 和 v1.4 测试)