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

Current version can't be compiled with the latest ReactiveSwift version #3735

Closed
Vyazovoy opened this issue Dec 15, 2022 · 2 comments · Fixed by #3737
Closed

Current version can't be compiled with the latest ReactiveSwift version #3735

Vyazovoy opened this issue Dec 15, 2022 · 2 comments · Fixed by #3737

Comments

@Vyazovoy
Copy link

Recently ReactiveSwift min deployment targets were bumped in a minor release. So now ReactiveCocoa has min iOS deployment target iOS 9 but it has ReactiveSwift ~> 7.0 that resolves to the new ReactiveSwift 7.1 that has min deployment target iOS 10. As a result I'm getting

- ERROR | [iOS] xcodebuild:  ReactiveCocoa/ReactiveCocoa/AnyObject+Lifetime.swift:2:8: error: compiling for iOS 9.0, but module 'ReactiveSwift' has a minimum deployment target of iOS 10.0

Could you please bump ReactiveCocoa min deployment targets to make it compatible with the ReactiveSwift 7.1

@mfstephens
Copy link

+1, same problem here.

@CaioSym
Copy link

CaioSym commented Jun 15, 2023

Any news on this? its been 6 months since reporting and a PR with a Fix has been open for 2 months. Whats blocking this? Anything I can do to help?

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

Successfully merging a pull request may close this issue.

3 participants