Skip to content

Commit 7a4b7aa

Browse files
committed
ios build
1 parent 3aecec0 commit 7a4b7aa

5 files changed

Lines changed: 404 additions & 1039 deletions

File tree

example/ios/FulaExample.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@
589589
buildSettings = {
590590
ALWAYS_SEARCH_USER_PATHS = NO;
591591
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
592-
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
592+
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
593593
CLANG_CXX_LIBRARY = "libc++";
594594
CLANG_ENABLE_MODULES = YES;
595595
CLANG_ENABLE_OBJC_ARC = YES;
@@ -654,7 +654,7 @@
654654
"-DFOLLY_USE_LIBCPP=1",
655655
);
656656
OTHER_LDFLAGS = "$(inherited)";
657-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
657+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
658658
SDKROOT = iphoneos;
659659
USE_HERMES = true;
660660
};
@@ -665,7 +665,7 @@
665665
buildSettings = {
666666
ALWAYS_SEARCH_USER_PATHS = NO;
667667
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
668-
CLANG_CXX_LANGUAGE_STANDARD = "c++20";
668+
CLANG_CXX_LANGUAGE_STANDARD = "c++17";
669669
CLANG_CXX_LIBRARY = "libc++";
670670
CLANG_ENABLE_MODULES = YES;
671671
CLANG_ENABLE_OBJC_ARC = YES;
@@ -722,7 +722,7 @@
722722
"-DFOLLY_USE_LIBCPP=1",
723723
);
724724
OTHER_LDFLAGS = "$(inherited)";
725-
REACT_NATIVE_PATH = "${PODS_ROOT}/../../../node_modules/react-native";
725+
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
726726
SDKROOT = iphoneos;
727727
USE_HERMES = true;
728728
VALIDATE_PRODUCT = YES;

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require Pod::Executable.execute_command('node', ['-p',
55
{paths: [process.argv[1]]},
66
)', __dir__]).strip
77

8-
platform :ios, '14.0'
8+
platform :ios, '15.0'
99
prepare_react_native_project!
1010

1111
# If you are using a `react-native-flipper` your iOS build will fail when `NO_FLIPPER=1` is set.

0 commit comments

Comments
 (0)