Hi.
First, thanks for this useful script.
But I have some errors occurring when I want to use it in an XCode project.
I've added the libz.1.2.3.dylib in the project and also checked that a reference for 'ZipArchive.mm' was added in 'Targets -> Project Name -> Compile Sources'. I've corrected in 'ZipArchive.h' the paths for 'zip.h' and 'unzip.h' by deleting '../'.
But I'm still having some error lines and don't know where did they come from. Here's a sample of an error I'm facing :
'"_unzCloseCurrentFile", referenced from:'
'-[ZipArchive UnzipFileTo: overWrite:] in ZipArchive.o'
The others are similar to this one.
I hope someone could help me with this.
|