Quote:
Originally Posted by nyu
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.
|
Did you resolve this? I am seeing 16 errors of a similar nature when I try to build. Wasn't able to find any documentation on how to add the libraries to an existing project.
Here's what I tried:
1. Drag and drop of the minizip folder, ZipArchive.h and ZipArchive.mm to my existing project. Selected the following options:
* Selected - Copy items into destination group's folder (if needed)
* Reference Type: Relative to Enclosing Group.
* Create Folder References for any added folders
2. Added libz.1.2.3.dylib framework via Target > General > Linked Libraries
I'd sure appreciate any suggestions. Thanks.