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

[Question] iOS 7 Support #93

Closed
AYastrebov opened this issue Apr 14, 2017 · 3 comments
Closed

[Question] iOS 7 Support #93

AYastrebov opened this issue Apr 14, 2017 · 3 comments

Comments

@AYastrebov
Copy link

Will this work for iOS 7 deployment target?

@erichoracek
Copy link
Contributor

The minimum deployment target of ReactiveObjC is iOS 8, so unfortunately it will not without making some changes. While I can't comment on the amount of work that would be necessary to make this change, someone else may be able to. However, I'm not sure this is something that we'd want to merge, since it would complicate dynamic framework support (and iOS 8 and below is less than 3% of iOS users).

@erichoracek
Copy link
Contributor

You may have luck with an old version of ReactiveCocoa though (pre 3.0), which includes this same API.

@iv-mexx
Copy link
Contributor

iv-mexx commented Apr 15, 2017

Yes, I'm still successfully using Reactive Cocoa 2.5 in one particular project that still supports iOS 7.

pod 'ReactiveCocoa', '~> 2.5'

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

3 participants