Skip to content

Commit 243ef68

Browse files
committed
Update search paths to reflect new project structure
1 parent ea8447e commit 243ef68

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Libraries/Sample/Sample.xcodeproj/project.pbxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,12 @@
200200
"$(inherited)",
201201
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
202202
"$(SRCROOT)/../../React/**",
203+
"$(SRCROOT)/../../node_modules/react-native/React/**",
203204
);
204205
LIBRARY_SEARCH_PATHS = "$(inherited)";
205206
OTHER_LDFLAGS = "-ObjC";
206207
PRODUCT_NAME = Sample;
207208
SKIP_INSTALL = YES;
208-
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
209209
};
210210
name = Debug;
211211
};
@@ -221,7 +221,6 @@
221221
OTHER_LDFLAGS = "-ObjC";
222222
PRODUCT_NAME = Sample;
223223
SKIP_INSTALL = YES;
224-
USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/../../**";
225224
};
226225
name = Release;
227226
};

0 commit comments

Comments
 (0)