Commit d328e0ce authored by Zachary Anderson's avatar Zachary Anderson Committed by Flutter GitHub Bot

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

parent 54fa1a5a
...@@ -193,7 +193,9 @@ class MDnsObservatoryDiscovery { ...@@ -193,7 +193,9 @@ class MDnsObservatoryDiscovery {
UsageEvent('ios-mdns', 'no-ipv4-link-local').send(); UsageEvent('ios-mdns', 'no-ipv4-link-local').send();
printError( printError(
'The mDNS query for an attached iOS device failed. It may ' '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.' 'See https://github.com/flutter/flutter/issues/46698 for details.'
); );
break; break;
......
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