Skip to content

Commit 7995fa3

Browse files
OceanHornKureev
authored andcommitted
Modify 'Header Search Path' for native iOS app to integrate react-native-blur from react-native package.json. (#245)
1 parent cc0f3c4 commit 7995fa3

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ios/RNBlur.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,10 @@
316316
isa = XCBuildConfiguration;
317317
buildSettings = {
318318
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+
);
320323
LIBRARY_SEARCH_PATHS = "$(inherited)";
321324
OTHER_LDFLAGS = "-ObjC";
322325
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -328,7 +331,10 @@
328331
isa = XCBuildConfiguration;
329332
buildSettings = {
330333
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+
);
332338
LIBRARY_SEARCH_PATHS = "$(inherited)";
333339
ONLY_ACTIVE_ARCH = NO;
334340
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)