How to go about unzipping a file in swift? In Objective-C, I used SSZipArchive and I loved it. As seen in the code below. I suspect if I decide to keep SSZipArchive, I will
Swift 2 (Update):
So it works for me without Errors:
include the library to your Project Swift-ObjC Bridge (xxxx-Bridge-Header.h)
#import "SSZipArchive.h"
link the Library "libz.tbd" - Part of iOS
(Project -> Build Phases -> Link Binary With Libraries -> +)
Ready to zip/unzip