Skip to content

Commit

Permalink
Fix Flipper error by upgrading react native 0.72.17
Browse files Browse the repository at this point in the history
Vir created a workaround to this error: facebook/react-native#43335
I fixed it the right way by upgrading react native
  • Loading branch information
gaborszita committed Aug 22, 2024
1 parent 9229280 commit 7a79474
Show file tree
Hide file tree
Showing 5 changed files with 523 additions and 620 deletions.
17 changes: 17 additions & 0 deletions app/ios/EagleScout.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
13B07FBC1A68108700A75B9A /* AppDelegate.mm in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.mm */; };
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
261995F8998BC9DEE3A3F1F2 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = 80FEEBFBC609D5F4CB4DA3B8 /* PrivacyInfo.xcprivacy */; };
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */; };
94C0976EE598C5D13675451D /* libPods-EagleScout-EagleScoutTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4D05AEE004E50585260C80CF /* libPods-EagleScout-EagleScoutTests.a */; };
FF6972335B691F5E6A557345 /* libPods-EagleScout.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 23A9E50C23D6A6B300F1B472 /* libPods-EagleScout.a */; };
Expand Down Expand Up @@ -39,6 +40,7 @@
23A9E50C23D6A6B300F1B472 /* libPods-EagleScout.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EagleScout.a"; sourceTree = BUILT_PRODUCTS_DIR; };
386F2CBB4D77587C515C0D15 /* Pods-EagleScout.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleScout.release.xcconfig"; path = "Target Support Files/Pods-EagleScout/Pods-EagleScout.release.xcconfig"; sourceTree = "<group>"; };
4D05AEE004E50585260C80CF /* libPods-EagleScout-EagleScoutTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-EagleScout-EagleScoutTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
80FEEBFBC609D5F4CB4DA3B8 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; includeInIndex = 1; name = PrivacyInfo.xcprivacy; path = EagleScout/PrivacyInfo.xcprivacy; sourceTree = "<group>"; };
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = LaunchScreen.storyboard; path = EagleScout/LaunchScreen.storyboard; sourceTree = "<group>"; };
8D553373413C19FDA75683D8 /* Pods-EagleScout-EagleScoutTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleScout-EagleScoutTests.release.xcconfig"; path = "Target Support Files/Pods-EagleScout-EagleScoutTests/Pods-EagleScout-EagleScoutTests.release.xcconfig"; sourceTree = "<group>"; };
A63E29EEEFA3EA4653BB2D7A /* Pods-EagleScout-EagleScoutTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-EagleScout-EagleScoutTests.debug.xcconfig"; path = "Target Support Files/Pods-EagleScout-EagleScoutTests/Pods-EagleScout-EagleScoutTests.debug.xcconfig"; sourceTree = "<group>"; };
Expand Down Expand Up @@ -92,6 +94,7 @@
13B07FB61A68108700A75B9A /* Info.plist */,
81AB9BB72411601600AC10FF /* LaunchScreen.storyboard */,
13B07FB71A68108700A75B9A /* main.m */,
80FEEBFBC609D5F4CB4DA3B8 /* PrivacyInfo.xcprivacy */,
);
name = EagleScout;
sourceTree = "<group>";
Expand Down Expand Up @@ -244,6 +247,7 @@
files = (
81AB9BB82411601600AC10FF /* LaunchScreen.storyboard in Resources */,
13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
261995F8998BC9DEE3A3F1F2 /* PrivacyInfo.xcprivacy in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -584,6 +588,7 @@
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
);
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
Expand Down Expand Up @@ -611,6 +616,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -652,6 +661,10 @@
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = i386;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_PREPROCESSOR_DEFINITIONS = (
"$(inherited)",
_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION,
);
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
Expand All @@ -676,6 +689,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand Down
Loading

0 comments on commit 7a79474

Please sign in to comment.