Skip to content

Include Xcode build number in verbose flutter doctor output #105551

@jmagman

Description

@jmagman

This will allow us to tell if users are on beta versions of Xcode, since those report as "13.0" and not "13.0 beta 4".

[✓] Xcode - develop for iOS and macOS (Xcode 14.0)
    • Xcode at /Users/magder/Applications/Xcode-14_beta1.app/Contents/Developer
    • CocoaPods version 1.11.3

becomes something like

[✓] Xcode - develop for iOS and macOS (Xcode 14.0)
    • Xcode at /Users/magder/Applications/Xcode-14_beta1.app/Contents/Developer
    • Build 14A5228q
    • CocoaPods version 1.11.3

Would need to update parsing in

See also #86902

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projectgood first issueRelatively approachable for first-time contributorsplatform-iosiOS applications specificallyplatform-macBuilding on or for macOS specificallyt: flutter doctorProblem related to the "flutter doctor" tooltoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions