logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/ReactiveCocoa
or

Install via npx

npx @hexmos/ipm i ReactiveCocoa/ReactiveCocoa

Prerequisites

macOS

os

Version: 10.9.0 or later

Xcode

system_tool

For building and running iOS apps.

Swift

language

Carthage

package_manager

For managing dependencies.

CocoaPods

package_manager

For 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.