Unverified Commit e3220123 authored by Jia Hao's avatar Jia Hao Committed by GitHub

Indicate that only physical iOS devices are supported (#79350)

parent dc7fea8d
...@@ -794,7 +794,7 @@ class IosDeviceDiscovery implements DeviceDiscovery { ...@@ -794,7 +794,7 @@ class IosDeviceDiscovery implements DeviceDiscovery {
} }
if (deviceIds.isEmpty) { if (deviceIds.isEmpty) {
throw const DeviceException('No connected iOS devices found.'); throw const DeviceException('No connected physical iOS devices found.');
} }
return deviceIds; return deviceIds;
} }
......
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