Skip to content

Commit 133ba94

Browse files
OceanHornalvaromb
authored andcommitted
Modify 'Header Search Path' for native iOS app to integrate react-native-version-number from react-native package.json. (#15)
1 parent ace777c commit 133ba94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/RNVersionNumber.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,6 +280,7 @@
280280
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
281281
"$(SRCROOT)/../../../React/**",
282282
"$(SRCROOT)/../../react-native/React/**",
283+
"$(BUILT_PRODUCTS_DIR)",
283284
);
284285
LIBRARY_SEARCH_PATHS = "$(inherited)";
285286
OTHER_LDFLAGS = "-ObjC";
@@ -296,6 +297,7 @@
296297
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
297298
"$(SRCROOT)/../../../React/**",
298299
"$(SRCROOT)/../../react-native/React/**",
300+
"$(BUILT_PRODUCTS_DIR)",
299301
);
300302
LIBRARY_SEARCH_PATHS = "$(inherited)";
301303
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)