React Native app crash at ran time on ios after updating XCode to 15.0
I updated xcode version to 15.0 and faced with "No template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?". After fixing that issue by adding "_LIBCPP_ENABLE_CXX17_REMOVED_UNARY_BINARY_FUNCTION" in "Apple Clang - Preprocessing > under Macro section", app build successfully. But…