We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea8447e commit 243ef68Copy full SHA for 243ef68
1 file changed
Libraries/Sample/Sample.xcodeproj/project.pbxproj
@@ -200,12 +200,12 @@
200
"$(inherited)",
201
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
202
"$(SRCROOT)/../../React/**",
203
+ "$(SRCROOT)/../../node_modules/react-native/React/**",
204
);
205
LIBRARY_SEARCH_PATHS = "$(inherited)";
206
OTHER_LDFLAGS = "-ObjC";
207
PRODUCT_NAME = Sample;
208
SKIP_INSTALL = YES;
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
209
};
210
name = Debug;
211
@@ -221,7 +221,6 @@
221
222
223
224
225
226
name = Release;
227
0 commit comments