I want to use objective-zip with an iOS 5 project under Xcode 4.3 but when I run my application in the simulator, this linker error appears to me:
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_ZipFile", referenced from:
objc-class-ref in AddMeetingViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
This post has the same problem as me, but his solution doesn't solve my problem.
Any help about this will be appreciated. Thanks.