不要Zip文件(留在createZipFileAtPath)

时间:2016-11-07 11:21:12

标签: swift2 zip ssziparchive

我使用ZipArchive From Github

当我想要通过SSZipArchive.unzipFileAtPath提取upzip文件时,我可以解压缩文件但是我希望通过 SSZipArchive.createZipFileAtPath(:_,withFilesAtPaths:_)等拉链文件等待并且没有完成(cpu和内存)在运行此代码时已完全使用。但未完成) 我的代码是

SSZipArchive.createZipFileAtPath("(downloadpath)/App.zip", withFilesAtPaths: ["(test2path)"])

swift 2.2 xcode 7.2.1 发行版(v 1.5和v1.4测试)

1 个答案:

答案 0 :(得分:0)

V1.5中的SSZipArchive无法通过swift工作(对于创建zip) 并通过Objective-C工作,只需创建zip文件(不附加) 对于追加文件,可以使用Objective-Zip