UnrarKit
UnrarKit copied to clipboard
Version 2.10 has unrar version that fails frequently "Archive has a corrupt header", but v2.11 branch not
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"]