Just upgraded:
- react-native to 0.71.4
- react to 18.2.0
From that point whenever I run pod install
I get the following warnings.
It takes something like 5-6 minutes to complete this update…
Tried in Xcode to cmd + Delete
"C++ Language Dialect" but it keeps getting back to "gnu++14"
How to stop those warnings?
Pod install took 16 [s] to run
Setting REACT_NATIVE build settings
Setting CLANG_CXX_LANGUAGE_STANDARD to gnu++14 on [path_to_my_project].xcodeproj
Pod install took 19 [s] to run
Setting REACT_NATIVE build settings
Setting CLANG_CXX_LANGUAGE_STANDARD to gnu++14 on [path_to_my_project].xcodeproj
Pod install took 21 [s] to run
Setting REACT_NATIVE build settings
Setting CLANG_CXX_LANGUAGE_STANDARD to gnu++14 on [path_to_my_project].xcodeproj
Pod install took 24 [s] to run
Setting REACT_NATIVE build settings
Setting CLANG_CXX_LANGUAGE_STANDARD to gnu++14 on [path_to_my_project].xcodeproj
Pod install took 26 [s] to run
Setting REACT_NATIVE build settings
Setting CLANG_CXX_LANGUAGE_STANDARD to gnu++14 on [path_to_my_project].xcodeproj
Pod install took 29 [s] to run
.
.
.
2
Answers
I solved the issue by commenting out the following section in my Podfile - not sure but I think its related to "react_native_post_install":
It looks like you got hit by https://github.com/Shopify/react-native-skia/issues/405 or similar. The solution could be to manually specify the standard in your .podspec files, e.g.