Error on linker.
I added minizip folder & libz.tbd (Linked Frameworks & Libraries -> libz.tdb)
I didn't get why is this getting errors on the zip extraction code.
I fixed issue issue with below changes : Target Project -> Basic Apple LLVM 8.1 Language c++
//:configuration = Debug
CLANG_ENABLE_OBJC_ARC = NO
//:configuration = Release
CLANG_ENABLE_OBJC_ARC = NO
//:completeSettings = some
CLANG_ENABLE_OBJC_ARC
Reason behind this is project => automatic reference counting : change to No. You need to skips those dealloc, release,autorelease iOS sdk 5.0. or less.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With