File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 316
316
isa = XCBuildConfiguration;
317
317
buildSettings = {
318
318
ALWAYS_SEARCH_USER_PATHS = NO;
319
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
319
+ HEADER_SEARCH_PATHS = (
320
+ "$(SRCROOT)/../../react-native/React/**",
321
+ "$(BUILT_PRODUCTS_DIR)",
322
+ );
320
323
LIBRARY_SEARCH_PATHS = "$(inherited)";
321
324
OTHER_LDFLAGS = "-ObjC";
322
325
PRODUCT_NAME = "$(TARGET_NAME)";
328
331
isa = XCBuildConfiguration;
329
332
buildSettings = {
330
333
ALWAYS_SEARCH_USER_PATHS = NO;
331
- HEADER_SEARCH_PATHS = "$(SRCROOT)/../../react-native/React/**";
334
+ HEADER_SEARCH_PATHS = (
335
+ "$(SRCROOT)/../../react-native/React/**",
336
+ "$(BUILT_PRODUCTS_DIR)",
337
+ );
332
338
LIBRARY_SEARCH_PATHS = "$(inherited)";
333
339
ONLY_ACTIVE_ARCH = NO;
334
340
OTHER_LDFLAGS = "-ObjC";
You can’t perform that action at this time.
0 commit comments