UnrarKit icon indicating copy to clipboard operation
UnrarKit copied to clipboard

Version 2.10 has unrar version that fails frequently "Archive has a corrupt header", but v2.11 branch not

Open Igor-Palaguta opened this issue 2 years ago • 0 comments

Same rar file can work on one device, but can fail on another device with error URKErrorCodeBadData (ERAR_BAD_DATA). After switching to v2.11 branch issue gone.

It would be great if you can release version 2.11 to cocoapods.

Using pod with specifying branch is also tricky: pod 'UnrarKit', :git => 'https://github.com/abbeycode/UnrarKit, :branch => 'v2.11' as it fails during validating version in podspec s.version = ENV["TRAVIS_TAG"]

Igor-Palaguta avatar Jun 29 '23 21:06 Igor-Palaguta