I have a problem adding libs for zip extraction to my iPhone app.
I decided to use SSZipArchive. It uses minizip.
After following the instructions:
1 Add SSZipArchive.h, SSZipArchive.m, and minizip
2 Add the libz library to your target
I still get errors:
Symbol(s) not found.
I tried adding -lz to Other Linker Flags and adding lybz.dylib but it didn't help. Please let me know if you know how to get libz to work here.
Solved: Instead of using a folder, I made a yellow reference group, removed /minizip/ from includes and now everything works.