From a893e1859c0ba4deb0cd5cef073e6fcc3b2e7242 Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Sun, 26 Jul 2026 23:04:25 +0200 Subject: [PATCH] fix(macos): restore the CocoaPods version the runners regenerate The lockfile was last written by CocoaPods 1.16.2 while the macOS runner ships 1.17.0, so `flutter build macos --config-only` ran pod install, rewrote the marker, and tripped the guard that asserts Flutter configuration leaves the committed lockfile untouched. ios/Podfile.lock already records 1.17.0, which is why only macOS failed. --- macos/Podfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macos/Podfile.lock b/macos/Podfile.lock index c8b8f6b4..0ad684b8 100644 --- a/macos/Podfile.lock +++ b/macos/Podfile.lock @@ -38,4 +38,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: d16f5e5d196d1ca9863d7a71d5885cad7ffa7d2d -COCOAPODS: 1.16.2 +COCOAPODS: 1.17.0