Reputation: 3136
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,
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.
Upvotes: 1
Views: 4234
Reputation: 2046
Perhaps you forgot to add the minizip folder to the project?
Upvotes: -1