0

我使用了 Github 的 ZipArchive

当我想通过 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 测试)

4

1 回答 1

0

V1.5 中的 SSZipArchive 不能由 swift 工作(用于创建 zip),而由 Objective-C 工作,只是为附加文件创建 zip 文件(不附加)可以使用Objective-Zip

于 2016-12-01T12:24:37.560 回答