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

Commit ad8ed40

Browse files
committed
Use same header search path for release builds as for debug
1 parent d531972 commit ad8ed40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CodePush.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,8 @@
225225
"$(inherited)",
226226
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
227227
"$(SRCROOT)/../../React/**",
228+
"$(SRCROOT)/../../node_modules/react-native/React/**",
229+
"$(SRCROOT)/node_modules/react-native/React/**",
228230
);
229231
LIBRARY_SEARCH_PATHS = "$(inherited)";
230232
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)