Skip to content

Commit d2f45dd

Browse files
committed
Update project.pbxproj
1 parent cb7729b commit d2f45dd

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

ios/kayu.xcodeproj/project.pbxproj

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,10 @@
582582
"-DFOLLY_USE_LIBCPP=1",
583583
"-DFOLLY_CFG_NO_COROUTINES=1",
584584
);
585-
OTHER_LDFLAGS = "$(inherited) ";
585+
OTHER_LDFLAGS = (
586+
"$(inherited)",
587+
" ",
588+
);
586589
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
587590
SDKROOT = iphoneos;
588591
USE_HERMES = true;
@@ -650,7 +653,10 @@
650653
"-DFOLLY_USE_LIBCPP=1",
651654
"-DFOLLY_CFG_NO_COROUTINES=1",
652655
);
653-
OTHER_LDFLAGS = "$(inherited) ";
656+
OTHER_LDFLAGS = (
657+
"$(inherited)",
658+
" ",
659+
);
654660
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
655661
SDKROOT = iphoneos;
656662
USE_HERMES = true;

0 commit comments

Comments
 (0)