Skip to content

Commit

Permalink
[chore] Latest RN 0.72.12 version to run the example app on xCode 15 (#…
Browse files Browse the repository at this point in the history
…224)

## Short description
This PR upgrades the RN version to 0.72.12 in order to compile and run
the example app on iOS

## List of changes proposed in this pull request
- RN version to `0.72.12`

## How to test
Run the example app and check that everything is working properly.

---------

Co-authored-by: Damiano Plebani <[email protected]>
Co-authored-by: Fabio Bombardi <[email protected]>
Co-authored-by: Cristiano Tofani <[email protected]>
  • Loading branch information
4 people authored Apr 16, 2024
1 parent 83e062f commit 7883538
Show file tree
Hide file tree
Showing 4 changed files with 600 additions and 306 deletions.
13 changes: 13 additions & 0 deletions example/ios/ExampleApp.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,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 @@ -712,6 +713,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 @@ -753,6 +758,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 @@ -777,6 +786,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 7883538

Please sign in to comment.