From 1c987c4450a7c18d19ec80367fc751f15a263bef Mon Sep 17 00:00:00 2001 From: Jonathan Carter Date: Wed, 4 May 2016 18:25:13 -0700 Subject: [PATCH] Updating CocoaPods install docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 87df6e6..8f0a41d 100644 --- a/README.md +++ b/README.md @@ -124,8 +124,12 @@ We hope to eventually remove the need for steps #2-4, but in the meantime, RNPM pod 'CodePush', :path => './node_modules/react-native-code-push' ``` + *NOTE: The above path needs to be relative to your app's `Podfile`, so adjust it as neccessary.* + 2. Run `pod install` +*NOTE: The CodePush `.podspec` depends on the `React` pod, and so in order to ensure that it can correctly use the version of React Native that your app is built with, please make sure to define the `React` dependency in your app's `Podfile` as explained [here](http://facebook.github.io/react-native/docs/embedded-app-ios.html#install-react-native-using-cocoapods).* + #### Plugin Installation (iOS - Manual) 1. Open your app's Xcode project