We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb7729b commit d2f45ddCopy full SHA for d2f45dd
ios/kayu.xcodeproj/project.pbxproj
@@ -582,7 +582,10 @@
582
"-DFOLLY_USE_LIBCPP=1",
583
"-DFOLLY_CFG_NO_COROUTINES=1",
584
);
585
- OTHER_LDFLAGS = "$(inherited) ";
+ OTHER_LDFLAGS = (
586
+ "$(inherited)",
587
+ " ",
588
+ );
589
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
590
SDKROOT = iphoneos;
591
USE_HERMES = true;
@@ -650,7 +653,10 @@
650
653
651
654
652
655
656
657
658
659
660
661
662
0 commit comments