ReactiveCocoa / ReactiveCocoa

Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactiveCocoa 10.0.0 uses ReactiveSwift 6.0, which drops support for swift 4.2

CamilleLong opened this issue · comments

ReactiveCocoa 10.0.0 claims to support swift 4.2, but the version of ReactiveSwift it uses (6.0.0) has dropped support for Swift 4.2. Installing ReactiveCocoa 10.0.0 in my Swift 4.2 codebase does not work, because the ReactiveSwift version no longer supports Swift 4.2.

I am not asking for this even to be fixed, but hopefully the documentation can be updated correctly that ReactiveCocoa 10.0.0 also drops support for swift 4.2.

I think there is an ambiguity area here. Both RAS and RAC should work while still interoperating with Swift 4.2 as a compatibility mode of the Swift 5 compiler. In any case, I have updated the release note to follow RAS. Thanks for flagging this. :)

Thanks for the quick response!