-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
toolAffects the "flutter" command-line tool. See also t: labels.Affects the "flutter" command-line tool. See also t: labels.