Include correct headers to fix build when RN is installed with cocoapods (#1390)

* Pods headers
This commit is contained in:
blagoev 2017-10-09 17:37:24 +03:00 committed by Kenneth Geisshirt
parent 99bfc7ef2c
commit 2b8caaa95d
1 changed files with 2 additions and 0 deletions

View File

@ -349,6 +349,7 @@
"$(SRCROOT)/../../tests/react-test-app/node_modules/react-native/React/**",
"$(SRCROOT)/../../examples/ReactExample/node_modules/react-native/React/**",
"$(SRCROOT)/../../vendor",
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/**"
);
OTHER_LIBTOOLFLAGS = "$(BUILT_PRODUCTS_DIR)/libGCDWebServers.a";
PRODUCT_NAME = "$(TARGET_NAME)";
@ -368,6 +369,7 @@
"$(SRCROOT)/../../tests/react-test-app/node_modules/react-native/React/**",
"$(SRCROOT)/../../examples/ReactExample/node_modules/react-native/React/**",
"$(SRCROOT)/../../vendor",
"$(SRCROOT)/../../../../ios/Pods/Headers/Public/**"
);
PRODUCT_NAME = "$(TARGET_NAME)";
SKIP_INSTALL = YES;