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.
This commit is contained in:
+1
-1
@@ -38,4 +38,4 @@ SPEC CHECKSUMS:
|
||||
|
||||
PODFILE CHECKSUM: d16f5e5d196d1ca9863d7a71d5885cad7ffa7d2d
|
||||
|
||||
COCOAPODS: 1.16.2
|
||||
COCOAPODS: 1.17.0
|
||||
|
||||
Reference in New Issue
Block a user