Indicate that only physical iOS devices are supported (#79350)
This commit is contained in:
parent
dc7fea8d19
commit
e32201235f
@ -794,7 +794,7 @@ class IosDeviceDiscovery implements DeviceDiscovery {
|
||||
}
|
||||
|
||||
if (deviceIds.isEmpty) {
|
||||
throw const DeviceException('No connected iOS devices found.');
|
||||
throw const DeviceException('No connected physical iOS devices found.');
|
||||
}
|
||||
return deviceIds;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user