Skip to content

Commit c61834e

Browse files
committed
FIX naoufal#3 Add path to React headers into Release project path
1 parent 351ed9c commit c61834e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SpeechSynthesizer.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@
216216
"$(inherited)",
217217
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
218218
"$(SRCROOT)/../../React/**",
219+
"$(SRCROOT)/../../node_modules/react-native/React/**",
219220
);
220221
LIBRARY_SEARCH_PATHS = "$(inherited)";
221222
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)