I try to save nsdata as a zipped file like:
let zipArch = SSZipArchive(path: "/var/mobile/Containers/Data/Application/5F3152AA-F07A-4AD2-98A9-22051C524AF2/Library/")
print(zipArch.writeData(andCryptedData, filename: "aFileName.zip", withPassword: "aPass"))
writeData gives me always false - If I save the file first in this folder and zip it after this, it will work - but I don't want to save the file temporary anywhere - I need a solution to save a NSData directly to a zip.