RxSwiftCommunity / RxKingfisher

Reactive extension for the Kingfisher image downloading and caching library
MIT License
223 stars 39 forks source link

Dependency version conflicts in Carthage #19

Closed ttuygun closed 5 years ago

ttuygun commented 5 years ago

Installing RxKingfisher's 1.0.0 version causes to install RxSwift's 3.0.0.alpha.1 version in Carthage. I need to remove the RxKingfisher from the Cartfile.

Is anyone experiencing this in Xcode 11.1?

freak4pc commented 5 years ago

Cartfile seems to ask for RxSwift 5. I've just checked and it works fine here... not too sure what's the issue you're having.

https://github.com/RxSwiftCommunity/RxKingfisher/blob/master/Cartfile#L1