Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Confusing doctor output if dependency is out of date #6285

Closed
sethladd opened this issue Oct 12, 2016 · 4 comments
Closed

Confusing doctor output if dependency is out of date #6285

sethladd opened this issue Oct 12, 2016 · 4 comments
Assignees
Labels
tool Affects the "flutter" command-line tool. See also t: labels.

Comments

@sethladd
Copy link
Contributor

I just ran flutter doctor, which has a bit of a confusing output. I had an out-of-date dependency, but doctor reported "checkmark" for iOS toolchain.

Suggestion: report a "not checkmark" for a category, when a dependency is incorrect/out of date.

output:

[✓] iOS toolchain - develop for iOS devices (Xcode 8.0)
    • XCode at /Applications/Xcode.app/Contents/Developer
    • Xcode 8.0, Build version 8A218a
    x libimobiledevice is incompatible with the installed XCode version. To update, run:
      brew uninstall libimobiledevice
      brew install --HEAD libimobiledevice

Suggestion:

[X] iOS toolchain - develop for iOS devices (Xcode 8.0)
    • XCode at /Applications/Xcode.app/Contents/Developer
    • Xcode 8.0, Build version 8A218a
    x libimobiledevice is incompatible with the installed XCode version. To update, run:
      brew uninstall libimobiledevice
      brew install --HEAD libimobiledevice
@sethladd sethladd added affects: dev experience tool Affects the "flutter" command-line tool. See also t: labels. labels Oct 12, 2016
@sethladd
Copy link
Contributor Author

cc @danrubel @cbracken

@cbracken cbracken self-assigned this Oct 12, 2016
@cbracken
Copy link
Member

On it -- thanks for spotting!

@cbracken
Copy link
Member

Fixed by #6289.

@github-actions
Copy link

github-actions bot commented Sep 5, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

No branches or pull requests

2 participants