I am making an app which zips/unzips files into documents directory using the SSZipArchive from this following github link. Then I added the following to my Xcode project,
- Add SSZipArchive.h, SSZipArchive.m, and minizip to your project.
- Add the libz library to your target
Added the necessary code in my project to zip the file, but I am getting the following lexical or preprocessor issue "minizip/unzip.h file not found". I am using Xcode 4.6.