Reactivecocoa 3.0 Release Candidate 1 With Project targeting iOS 7

Reactivecocoa 3.0 Release Candidate 1 With Project targeting iOS 7

我有一个 iOS 项目支持 iOS-7 及更高版本(该项目由 Swift 编写),我使用 Reactivecocoa 2.5 版(通过 Cocoa-pods).我想升级到新的 Reactivecoca RC 版本。

我知道嵌入式框架需要的最低部署目标是 iOS 8 或 OS X Mavericks。

如何将 Reactivecocoa Release Candidate 1 与目标 iOS 7 的项目一起使用。 我尝试在我的项目中包含位于源目录内的所有 Swift 文件,但没有成功。 (它适用于我的 Alamofire)。 我还尝试使用 Git 子模块添加 Reactivecocoa Release Candidate。

谢谢, 盖伊

你在那里回答了你自己的问题:

I know embedded frameworks require a minimum deployment target of iOS 8 or OS X Mavericks.

所以它不会在 iOS7 上运行。

此外,根据图书馆开发人员的说法:https://github.com/ReactiveCocoa/ReactiveCocoa

ReactiveCocoa supports OS X 10.9+ and iOS 8.0+.

无法让它在 iOS7 上运行。我的建议是将您的开发目标更改为 iOS8 +