npm ls react-native-macos: 0.81.6
I know it's not a priority to fix builds for beta software, but consider this just an advisory. Build is broken on Xcode 27 with:
/Users/osp/Developer/sol/macos/Pods/fmt/include/fmt/format-inl.h:59:24 Call to consteval function 'fmt::basic_format_string<char, fmt::basic_string_view<char> &, const char (&)[3]>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
/Users/osp/Developer/sol/macos/Pods/fmt/include/fmt/format-inl.h:60:22 Call to consteval function 'fmt::basic_format_string<char, const char (&)[7], int &>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
/Users/osp/Developer/sol/macos/Pods/fmt/include/fmt/format-inl.h:1387:35 Call to consteval function 'fmt::basic_format_string<char, unsigned int &>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
/Users/osp/Developer/sol/macos/Pods/fmt/include/fmt/format-inl.h:1391:33 Call to consteval function 'fmt::basic_format_string<char, unsigned int &>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
/Users/osp/Developer/sol/macos/Pods/fmt/include/fmt/format-inl.h:1394:33 Call to consteval function 'fmt::basic_format_string<char, int>::basic_format_string<FMT_COMPILE_STRING, 0>' is not a constant expression
Environment
Steps to reproduce the bug
I know it's not a priority to fix builds for beta software, but consider this just an advisory. Build is broken on Xcode 27 with:
Expected Behavior
No response
Actual Behavior
No response
Reproducible Demo
No response
Additional context
No response