Skip to content
This repository was archived by the owner on Oct 24, 2024. It is now read-only.

Commit 961328b

Browse files
authored
Fix for the update
1 parent 15623c5 commit 961328b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/TcpSockets.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
"$(inherited)",
226226
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
227227
"$(SRCROOT)/../../react-native/React/**",
228-
$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core
228+
"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core",
229229
);
230230
LIBRARY_SEARCH_PATHS = "$(inherited)";
231231
OTHER_LDFLAGS = "-ObjC";
@@ -242,7 +242,7 @@
242242
"$(inherited)",
243243
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
244244
"$(SRCROOT)/../../react-native/React/**",
245-
$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core
245+
"$(SRCROOT)/../../../ios/Pods/Headers/Public/React-Core",
246246
);
247247
LIBRARY_SEARCH_PATHS = "$(inherited)";
248248
OTHER_LDFLAGS = "-ObjC";

0 commit comments

Comments
 (0)