abbeycode / UnzipKit

An Objective-C zlib wrapper for compressing and decompressing ZIP files
BSD 2-Clause "Simplified" License
83 stars 22 forks source link

s->cur_file_info.compression_method response 99 #105

Closed shijian910411 closed 4 years ago

shijian910411 commented 4 years ago

hi

Compress zip with WinRAR and set password, return Error opening archive (103) s->cur_file_info.compression_method response 99。 What do I need to do to work properly

thanks

abbeycode commented 4 years ago

Hey, sorry I didn't respond earlier. In case you didn't come to a resolution yet, I think you're going to want to use a library for decompressing RAR archives. UnzipKit is for ZIP format archives. I can recommend my own UnrarKit library. Please try that and let me know if that works for you.