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

Commit 67cbc57

Browse files
committed
fix for the update
1 parent 655166d commit 67cbc57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RNOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@
205205
"$(inherited)",
206206
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
207207
"$(SRCROOT)/../../react-native/React/**",
208-
$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core
208+
"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core",
209209
);
210210
LIBRARY_SEARCH_PATHS = "$(inherited)";
211211
OTHER_LDFLAGS = "-ObjC";
@@ -222,7 +222,7 @@
222222
"$(inherited)",
223223
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
224224
"$(SRCROOT)/../../react-native/React/**",
225-
$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core
225+
"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core",
226226
);
227227
LIBRARY_SEARCH_PATHS = "$(inherited)";
228228
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)