开发者

How to unrar in Objective-C (iPhone)?

开发者 https://www.devze.com 2023-01-23 05:19 出处:网络
I need to unrar some files in Objective-C (iPhone). I tried to compile the unrar sources in xcode, but failed.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消