[flutter_tool] Improve iOS mDNS failure error message (#47348)

This commit is contained in:
Zachary Anderson 2019-12-18 09:23:01 -08:00 committed by Flutter GitHub Bot
parent 54fa1a5a69
commit d328e0cea0

View file

@ -193,7 +193,9 @@ class MDnsObservatoryDiscovery {
UsageEvent('ios-mdns', 'no-ipv4-link-local').send();
printError(
'The mDNS query for an attached iOS device failed. It may '
'be necessary to disable the "Personal Hotspot" on the device. '
'be necessary to disable the "Personal Hotspot" on the device, and '
'to ensure that the "Disable unless needed" setting is unchecked '
'under System Preferences > Network > iPhone USB.'
'See https://github.com/flutter/flutter/issues/46698 for details.'
);
break;