Commit 0b566b38 authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Improve output of flutter doctor on iOS (#8959)

parent 8af91f04
...@@ -113,7 +113,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow { ...@@ -113,7 +113,7 @@ class IOSWorkflow extends DoctorValidator implements Workflow {
} else { } else {
messages.add(new ValidationMessage.error( messages.add(new ValidationMessage.error(
'Xcode installation is incomplete; a full installation is necessary for iOS development.\n' 'Xcode installation is incomplete; a full installation is necessary for iOS development.\n'
'Download at https://developer.apple.com/xcode/download/.' 'Download at: https://developer.apple.com/xcode/download/\n'
'Once installed, run \'sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer\'.' 'Once installed, run \'sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer\'.'
)); ));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment