I have a swift 2.0 project in xcode 7 beta 5 and want to use ReactiveCocoa 3.0.
I have been able to setup a project for xcode 6.3 and swift 1.2 but can not figure out how to do it for xcode 7 and swift2
There is a swift2 branch but every method I've found just calls in the main branch.
Clear step by step instructions would be really great.
Edit
IMPORTANT: you need carthage 0.8.0 at least!!! And don't forget to choose Xcode 7 build tools via xcode-select
brew install carthage
Cartfile
in the directory where your Xcode project file livesAs content of the Cartfile
add the following line:github "ReactiveCocoa/ReactiveCocoa" "swift2"
Launch Terminal.app. cd into this folder and run:carthage update
This will build .framework files in a Carthage/Build
folder
ReactiveCocoa.framework
and Result.framework
(inside iOS/OSX/WatchOS folder)If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With