iphone - Zip Kit Integration with Xcode 4.3 -
i trying use zip/unzip functionality in ios app purpose found 1 library blog link - https://bitbucket.org/kolpanic/zipkit/wiki/usingzipkit.
i using xcode 4.3 , getting below error
zkdefs.h, zkfilearchive.h no such file or directory i have followed instructions still getting error. has tried library xcode 4.3 ios 5? may getting error due header path, unable solve this.
thanks in advance...
i found answer. using shell command , trying zip/unzip through it. worked me on simulator.
e.g
system("zip newfile.zip oldfile.rtf");
Comments
Post a Comment