How to unrar in Objective-C (iPhone)?
I need to unrar some files in Objective-C (iPhone). I tried to compile the unrar sources in xcode, but failed.
Appreciate it if some experts could teach me how 开发者_如何学JAVAto unrar in Objective-C (iPhone).
Any suggestions is welcome. Thank you.
I could do a successful build of unrar sources, however I need help with an example project and further fixes.
Here's the github project:
https://github.com/ararog/Unrar4iOS
personally i use ZipArchive Library it can uncompress anything for me so far with Encryption method such as AES.
Have a look at their site http://www.artpol-software.com/ i can help you compiling the library.
if you're insist to use unrar library please let me know what you're facing exactly to provide with the appropriate help.
精彩评论