Skip to content

Commit

Permalink
Indicate that only physical iOS devices are supported (flutter#79350)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiahaog authored Oct 13, 2021
1 parent dc7fea8 commit e322012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/devicelab/lib/framework/devices.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit e322012

Please sign in to comment.