-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Closed
Copy link
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesc: regressionIt was better in the past than it is nowIt was better in the past than it is nowplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
Steps to reproduce
This bug is back in
$ flutter --version
Flutter 3.22.0-14.0.pre.33 • channel master • https://github.com/flutter/flutter.git
Framework • revision 12d54de962 (2 hours ago) • 2024-04-19 03:10:34 -0400
Engine • revision 25d773ea90
Tools • Dart 3.5.0 (build 3.5.0-76.0.dev) • DevTools 2.35.0-dev.8
- Cocoapods shows "undefined method `exists?' for File:Class" error #141167
- Invalid
Podfilefile: undefined method `exists?' for File:Class #118295
(I can't reopen my original bug)
It was re-introduced by 6d19fa3, 12 hours ago.
It's called exist? since Ruby 2.2 and the deprecated exists? method was removed in Ruby 3.2. And Cocoapods installed by Homebrew uses Ruby 3.3, so it crashes.
Expected results
it should work
Actual results
it doesn't
Code sample
Code sample
[Paste your code here]Screenshots or Video
Screenshots / Video demonstration
[Upload media here]
Logs
Logs
[Paste your logs here]Flutter Doctor output
Doctor output
[Paste your output here]Metadata
Metadata
Assignees
Labels
a: buildBuilding flutter applications with the toolBuilding flutter applications with the toola: pluginsSupport for writing, building, and running plugin packagesSupport for writing, building, and running plugin packagesc: regressionIt was better in the past than it is nowIt was better in the past than it is nowplatform-iosiOS applications specificallyiOS applications specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer versionteam-iosOwned by iOS platform teamOwned by iOS platform teamtoolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.