Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 76f17bc

Browse files
committed
Update project.pbxproj
1 parent d7ee883 commit 76f17bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/CodePush.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@
342342
HEADER_SEARCH_PATHS = (
343343
"$(inherited)",
344344
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
345-
"$(SRCROOT)/../node_modules/react-native/React/**",
345+
"$(SRCROOT)/../../react-native/React/**",
346346
"$(SRCROOT)/../Examples/CodePushDemoApp/node_modules/react-native/React/**",
347347
);
348348
LIBRARY_SEARCH_PATHS = "$(inherited)";
@@ -361,7 +361,7 @@
361361
HEADER_SEARCH_PATHS = (
362362
"$(inherited)",
363363
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
364-
"$(SRCROOT)/../node_modules/react-native/React/**",
364+
"$(SRCROOT)/../../react-native/React/**",
365365
"$(SRCROOT)/../Examples/CodePushDemoApp/node_modules/react-native/React/**",
366366
);
367367
LIBRARY_SEARCH_PATHS = "$(inherited)";

0 commit comments

Comments
 (0)