How to install ReactiveCocoa/ReactiveCocoa. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
ReactiveCocoa/ReactiveCocoa Installation Guide
How to install ReactiveCocoa/ReactiveCocoa. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for ReactiveCocoa/ReactiveCocoa. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i ReactiveCocoa/ReactiveCocoaor
Install via npx
npx @hexmos/ipm i ReactiveCocoa/ReactiveCocoaPrerequisites
macOS
osVersion: 10.9.0 or later
Xcode
system_toolFor building and running iOS apps.
Swift
languageCarthage
package_managerFor managing dependencies.
CocoaPods
package_managerFor managing dependencies. (Alternative to Carthage)
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Submodule Installation
git submodule update --init --recursive
drag and drop ReactiveCocoa.xcodeproj and Carthage/Checkouts/ReactiveSwift/ReactiveSwift.xcodeproj into your application’s Xcode project or workspace.Submodule Installation
Add ReactiveCocoa repository as a submodule of your application's repository.
Run git submodule update --init --recursive from within the ReactiveCocoa folder.Post Installation Steps
- Open the app in Xcode.
- Run the app on a simulator or device.
