From f02fb05af47368dedf8c955c8e2f568b5a3faa0f Mon Sep 17 00:00:00 2001 From: Ari Lazier Date: Mon, 19 Oct 2015 10:52:34 -0700 Subject: [PATCH] add search paths for test path --- RealmJS.xcodeproj/project.pbxproj | 3 +++ 1 file changed, 3 insertions(+) diff --git a/RealmJS.xcodeproj/project.pbxproj b/RealmJS.xcodeproj/project.pbxproj index a0081f23..e3322e7e 100644 --- a/RealmJS.xcodeproj/project.pbxproj +++ b/RealmJS.xcodeproj/project.pbxproj @@ -662,6 +662,7 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", + "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", ); INFOPLIST_FILE = src/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -694,6 +695,7 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", + "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", ); INFOPLIST_FILE = src/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks"; @@ -726,6 +728,7 @@ "$(inherited)", /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, "$(SRCROOT)/examples/ReactExample/node_modules/react-native/React/", + "$(SRCROOT)/tests/ReactTests/node_modules/react-native/React/", ); INFOPLIST_FILE = src/Info.plist; INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";