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

This commit is contained in:
Jia Hao 2021-10-14 01:43:05 +08:00 committed by GitHub
parent dc7fea8d19
commit e32201235f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}