mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Clarify libimobiledevice doctor check message (#10406)
This message will be emitted both when libimobiledevice requires updating, or when it has not yet been installed. It's also not specifically the version of Xcode that it's incompatible with, it's the lockdownd daemon, which is actually more closely tied to iTunes.
This commit is contained in:
parent
c168afc070
commit
479e533b01
@ -152,7 +152,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
|
||||
if (!await hasWorkingLibimobiledevice) {
|
||||
brewStatus = ValidationType.partial;
|
||||
messages.add(new ValidationMessage.error(
|
||||
'libimobiledevice is incompatible with the installed Xcode version. To update, run:\n'
|
||||
'libimobiledevice is not installed or requires updating. To update, run:\n'
|
||||
' brew update\n'
|
||||
' brew uninstall --ignore-dependencies libimobiledevice\n'
|
||||
' brew install --HEAD libimobiledevice'
|
||||
|
Loading…
Reference in New Issue
Block a user