From 70cd5cdc16960286c94a3cda1f8209daafc74668 Mon Sep 17 00:00:00 2001 From: Zachary Lee Date: Sun, 1 Nov 2015 16:46:17 -0800 Subject: [PATCH] Added a step in the 'Getting Started' section Added the location in which Header Search Paths can be found to make it easier for people that are unfamiliar with XCode to find Header Search Paths. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 248e9b8..901c4b3 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Below is a list of known issues. Pull requests are welcome for any of these issu 2. In XCode, in the project navigator, right click `Libraries` ➜ `Add Files to [your project's name]` 3. Go to `node_modules` ➜ `react-native-camera` and add `RCTCamera.xcodeproj` 4. In XCode, in the project navigator, select your project. Add `libRCTCamera.a` to your project's `Build Phases` ➜ `Link Binary With Libraries` -5. Click `RCTCamera.xcodeproj` in the project navigator and go the `Build Settings` tab. Make sure 'All' is toggled on (instead of 'Basic'). Look for `Header Search Paths` and make sure it contains both `$(SRCROOT)/../../react-native/React` and `$(SRCROOT)/../../../React` - mark both as `recursive`. +5. Click `RCTCamera.xcodeproj` in the project navigator and go the `Build Settings` tab. Make sure 'All' is toggled on (instead of 'Basic'). In the `Search Paths` section, look for `Header Search Paths` and make sure it contains both `$(SRCROOT)/../../react-native/React` and `$(SRCROOT)/../../../React` - mark both as `recursive`. 5. Run your project (`Cmd+R`) ## Usage