I\'m attempting to add ZipArchive to my project following the WikiPage. I\'ve added it to my project and attempted to build, but now NSObjRuntime.h, NSObject.h and countles
Dragging and dropping the ZipArchive folder into the project did not work for me. Instead, I dragged and dropped the minizip folder into the same folder where I added ZipArchive.h and ZipArchive.m files seperately. I chose the "Create folder references for any added folders". Reason: In ZipArchive.h file we do
#include "minizip/zip.h"
#import "AppDelegate.h"
#include "minizip/unzip.h"