Skip to content

Commit 7ff1e06

Browse files
authored
fix: fix issue with missing header file (ios) (#36)
1 parent 64004bb commit 7ff1e06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ios/RNCImageEditor.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@
220220
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
221221
"$(SRCROOT)/../../../React/**",
222222
"$(SRCROOT)/../../react-native/React/**",
223+
"$(SRCROOT)/../../../react-native/Libraries/Image/**",
223224
);
224225
LIBRARY_SEARCH_PATHS = "$(inherited)";
225226
OTHER_LDFLAGS = "-ObjC";
@@ -236,6 +237,7 @@
236237
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
237238
"$(SRCROOT)/../../../React/**",
238239
"$(SRCROOT)/../../react-native/React/**",
240+
"$(SRCROOT)/../../../react-native/Libraries/Image/**",
239241
);
240242
LIBRARY_SEARCH_PATHS = "$(inherited)";
241243
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)