ReactiveViewModel icon indicating copy to clipboard operation
ReactiveViewModel copied to clipboard

Old version in cocoapods

Open Pitometsu opened this issue 7 years ago • 5 comments

Why ReactiveViewModel depend on so old ReactiveCocoa version???

Pitometsu avatar Aug 25 '16 00:08 Pitometsu

ReactiveViewModel was built with the Objective-C RAC APIs, which are unchanged since RAC 2. So upgrading to a newer version is a very mixed bag—it lets you use the Swift APIs, but it also requires that you incorporate the Swift code.

The Obj-C RAC code will soon be moving to its own repository to be versioned independently of the Swift RAC APIs. But this repository is unlikely to see significant changes because I'm not aware of any projects that use it and are under active development.

mdiep avatar Aug 25 '16 00:08 mdiep

ok, thank you for answer; propose leave the issue open for now then.

Pitometsu avatar Aug 25 '16 00:08 Pitometsu

FYI /me still use ObjC RAC because of stability (for framework), as I know, there's some issues with Swift compiled libraries with linking and backward compatibility. So it would be nice to have MVVM solution for ObjC world.

Pitometsu avatar Sep 22 '16 13:09 Pitometsu

But currently it installed with Overcoat+ReactiveCocoa with no problems, so closing this issue for now. Thanks.

Pitometsu avatar Sep 22 '16 13:09 Pitometsu

Would you switch this library to modern ReactiveObjc?

Pitometsu avatar Oct 22 '16 17:10 Pitometsu