From 2830f5d185bb48199a1cbbe78b0d1b363e8b9ae1 Mon Sep 17 00:00:00 2001 From: Natalie Jameson Date: Mon, 27 Jul 2026 11:53:01 -0700 Subject: [PATCH 1/2] [third-party] Update fmt Newer versions of xcode error by default on older versions of fmt. Just update fmt to a newer version. --- packages/react-native/third-party-podspecs/fmt.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/react-native/third-party-podspecs/fmt.podspec b/packages/react-native/third-party-podspecs/fmt.podspec index 0c92fb262576..89ccd8cbc6c5 100644 --- a/packages/react-native/third-party-podspecs/fmt.podspec +++ b/packages/react-native/third-party-podspecs/fmt.podspec @@ -10,14 +10,14 @@ fmt_git_url = fmt_config[:git] Pod::Spec.new do |spec| spec.name = "fmt" - spec.version = "11.0.2" + spec.version = "12.2.0" spec.license = { :type => "MIT" } spec.homepage = "https://github.com/fmtlib/fmt" spec.summary = "{fmt} is an open-source formatting library for C++. It can be used as a safe and fast alternative to (s)printf and iostreams." spec.authors = "The fmt contributors" spec.source = { :git => fmt_git_url, - :tag => "11.0.2" + :tag => "12.2.0" } spec.pod_target_xcconfig = { "CLANG_CXX_LANGUAGE_STANDARD" => rct_cxx_language_standard(), From 4b2aaf93ed164b5f229cc129527311c4127a1d9f Mon Sep 17 00:00:00 2001 From: Natalie Jameson Date: Mon, 27 Jul 2026 12:00:38 -0700 Subject: [PATCH 2/2] Also update rct-folly --- packages/react-native/third-party-podspecs/RCT-Folly.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/react-native/third-party-podspecs/RCT-Folly.podspec b/packages/react-native/third-party-podspecs/RCT-Folly.podspec index fa126875caba..a84913a368a5 100644 --- a/packages/react-native/third-party-podspecs/RCT-Folly.podspec +++ b/packages/react-native/third-party-podspecs/RCT-Folly.podspec @@ -27,7 +27,7 @@ Pod::Spec.new do |spec| spec.dependency "DoubleConversion" spec.dependency "glog" spec.dependency "fast_float", "8.0.0" - spec.dependency "fmt", "11.0.2" + spec.dependency "fmt", "12.2.0" spec.compiler_flags = '-Wno-documentation -faligned-new' spec.source_files = 'folly/String.cpp', 'folly/Conv.cpp',