ReactiveCocoa / ReactiveCocoa

Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrading from very old version (2.5) fails - can't find ReactiveCocoa.h

NoaD opened this issue · comments

commented

Hello,
I'm trying to update an existing code that was using ReactiveCocoa 2.5 until now.
I have this import in the code
#import <ReactiveCocoa/ReactiveCocoa.h>
but now this isn't working anymore - the file isn't found.

I can see that the file was renamed and moved here - https://github.com/ReactiveCocoa/ReactiveCocoa/commits/71bebad8c7be1ce2acbd0ab0a4d1063b6c1533ea/ReactiveCocoa/ReactiveCocoa.h?browsing_rename_history=true&new_path=ReactiveCocoaObjC/include/ReactiveCocoa.h&original_branch=master

can you help me understand what needs to change in my project?

commented

Ok - figured it out - ReactiveCocoa was Renamed to ReactiveObjc and I had to add it as a dependency and change the import to ReactiveObjC/ReactiveObjC.h