ReactiveCocoa / ReactiveCocoa

Cocoa framework and Obj-C dynamism bindings for ReactiveSwift.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReactiveCocoa 11.1.0 incompatible with ReactiveSwift 6.6.0

opfeffer opened this issue · comments

Hi there- I saw last night's release of ReactiveSwift and ReactiveCocoa.

I notice that ReactiveCocoa 11.1.0 has a lower minimum deployment target (8.0, see podspec) than ReactiveSwift 6.6.0 (9.0, see podspec).

Is that intentional?

I believe this is causing issues when trying to compile ReactiveCocoa, such as

ERROR | xcodebuild:  ReactiveCocoa/ReactiveCocoa/AnyObject+Lifetime.swift:2:8: error: compiling for iOS 8.0, but module 'ReactiveSwift' has a minimum deployment target of iOS 9.0: /Users/jenkins/Library/Developer/Xcode/DerivedData/App-fkafmlgfqciugzhfvtosogptnthk/Build/Products/Debug-iphonesimulator/ReactiveSwift/ReactiveSwift.framework/Modules/ReactiveSwift.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

I believe #3712 should have included an update to the ReactiveCocoa.podspec file as well

Thanks. I will validate & make a release ASAP.

We are also affected by this issue. Thank you very much for the fix!! 🙌 I'll wait impatiently 😅

11.2.0 has been released. Let me know there is any other issue.

Thank you very much!! I'm testing we app with latest version of ReactiveCocoa (11.2.0) and so far everything is great!!