Fix path to react-native within node_modules so project can be linked

This commit is contained in:
Brent Vatne
2015-03-30 22:16:30 -07:00
parent ea7a7bbcf7
commit ff2575461c
2 changed files with 2 additions and 5 deletions

View File

@@ -205,7 +205,7 @@
HEADER_SEARCH_PATHS = (
"$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/node_modules/react-native/React/**",
"$(SRCROOT)/../react-native/React/**",
);
LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC";