This repository was archived by the owner on May 20, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
65
65
### Plugin Installation (iOS)
66
66
67
67
1 . Open your app's Xcode project
68
- 2 . Find the ` CodePush.xcodeproj ` file within the ` node_modules/ios/ react-native-code-push ` 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, and drag it into the ` Libraries ` node in Xcode
69
69
70
70
![ Add CodePush to project] ( https://cloud.githubusercontent.com/assets/8598682/13368613/c5c21422-dca0-11e5-8594-c0ec5bde9d81.png )
71
71
@@ -81,7 +81,7 @@ Once you've acquired the CodePush plugin, you need to integrate it into the Xcod
81
81
* 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 ` .*
82
82
83
83
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 ` and select "recursive" in the dropdown.
84
+ Add a new value, ` $(SRCROOT)/../node_modules/react-native-code-push/ios ` and select "recursive" in the dropdown.
85
85
86
86

87
87
You can’t perform that action at this time.
0 commit comments