File tree Expand file tree Collapse file tree 2 files changed +205
-191
lines changed Expand file tree Collapse file tree 2 files changed +205
-191
lines changed Original file line number Diff line number Diff line change 572572 GCC_PREPROCESSOR_DEFINITIONS = (
573573 "DEBUG=1",
574574 "$(inherited)",
575+ _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
575576 );
576577 GCC_SYMBOLS_PRIVATE_EXTERN = NO;
577578 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
599600 "-DFOLLY_MOBILE=1",
600601 "-DFOLLY_USE_LIBCPP=1",
601602 );
603+ OTHER_LDFLAGS = (
604+ "$(inherited)",
605+ "-Wl",
606+ "-ld_classic",
607+ );
602608 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
603609 SDKROOT = iphoneos;
604610 };
640646 "EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
641647 GCC_C_LANGUAGE_STANDARD = gnu99;
642648 GCC_NO_COMMON_BLOCKS = YES;
649+ GCC_PREPROCESSOR_DEFINITIONS = (
650+ "$(inherited)",
651+ _LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
652+ );
643653 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
644654 GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
645655 GCC_WARN_UNDECLARED_SELECTOR = YES;
664674 "-DFOLLY_MOBILE=1",
665675 "-DFOLLY_USE_LIBCPP=1",
666676 );
677+ OTHER_LDFLAGS = (
678+ "$(inherited)",
679+ "-Wl",
680+ "-ld_classic",
681+ );
667682 REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
668683 SDKROOT = iphoneos;
669684 VALIDATE_PRODUCT = YES;
You can’t perform that action at this time.
0 commit comments