### Description Xcode 16.3 removes the base template for `std::char_traits`: https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes This prevents to build iOS app with new Xcode 16.3. ### Steps to reproduce Try to build app with Xcode 16.3 ### React Native Version 0.76.8 ### Affected Platforms Build - iOS ### Output of `npx @react-native-community/cli info` ```text Not needed ``` ### Stacktrace or Logs ```text Not needed ``` ### Reproducer https://github.com/react-native-community/rn-diff-purge/tree/release/0.76.8 ### Screenshots and Videos _No response_