Include correct headers to fix build when RN is installed with cocoapods (#1390)
* Pods headers
This commit is contained in:
parent
99bfc7ef2c
commit
2b8caaa95d
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue