Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 884b208

Browse files
committed
Updating iOS setup to accommodate pre-1.7.4
1 parent 5c06b53 commit 884b208

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
6565
### Plugin Installation (iOS)
6666

6767
1. Open your app's Xcode project
68-
2. Find the `CodePush.xcodeproj` file within the `node_modules/react-native-code-push/ios` directory, and drag it into the `Libraries` node in Xcode
68+
2. Find the `CodePush.xcodeproj` file within the `node_modules/react-native-code-push/ios` directory (for <=1.7.3-beta installations, it's located in `node_modules/react-native-code-push`) and drag it into the `Libraries` node in Xcode
6969

7070
![Add CodePush to project](https://cloud.githubusercontent.com/assets/8598682/13368613/c5c21422-dca0-11e5-8594-c0ec5bde9d81.png)
7171

@@ -81,7 +81,7 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
8181
*Note: Alternatively, if you prefer, you can add the `-lz` flag to the `Other Linker Flags` field in the `Linking` section of the `Build Settings`.*
8282

8383
6. Under the "Build Settings" tab of your project configuration, find the "Header Search Paths" section and edit the value.
84-
Add a new value, `$(SRCROOT)/../node_modules/react-native-code-push/ios` and select "recursive" in the dropdown.
84+
Add a new value, `$(SRCROOT)/../node_modules/react-native-code-push` and select "recursive" in the dropdown.
8585

8686
![Add CodePush library reference](https://cloud.githubusercontent.com/assets/516559/10322038/b8157962-6c30-11e5-9264-494d65fd2626.png)
8787

0 commit comments

Comments
 (0)