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

Commit 655166d

Browse files
committed
rn 0.6 compatibility
1 parent e0d836f commit 655166d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/RNOS.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +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
208209
);
209210
LIBRARY_SEARCH_PATHS = "$(inherited)";
210211
OTHER_LDFLAGS = "-ObjC";
@@ -221,6 +222,7 @@
221222
"$(inherited)",
222223
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
223224
"$(SRCROOT)/../../react-native/React/**",
225+
$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core
224226
);
225227
LIBRARY_SEARCH_PATHS = "$(inherited)";
226228
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)