Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
NoaD opened this issue Aug 25, 2022 · 1 comment
Closed

Comments

@NoaD
Copy link

NoaD commented Aug 25, 2022

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?

@NoaD
Copy link
Author

NoaD commented Aug 25, 2022

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

@NoaD NoaD closed this as completed Aug 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant