From bc42a6c2f6d44614c96d6d7c4eecfc5e26873a84 Mon Sep 17 00:00:00 2001 From: Jenn Magder Date: Wed, 15 Apr 2020 12:31:59 -0700 Subject: [PATCH] Specify the devicelab task simulator runtime to support Xcode 11.3 (#54887) --- dev/devicelab/bin/tasks/ios_app_with_watch_companion.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev/devicelab/bin/tasks/ios_app_with_watch_companion.dart b/dev/devicelab/bin/tasks/ios_app_with_watch_companion.dart index d754920da5f..4bc7a599d08 100644 --- a/dev/devicelab/bin/tasks/ios_app_with_watch_companion.dart +++ b/dev/devicelab/bin/tasks/ios_app_with_watch_companion.dart @@ -82,6 +82,7 @@ Future main() async { 'create', 'TestFlutteriPhoneWithWatch', 'com.apple.CoreSimulator.SimDeviceType.iPhone-11', + 'com.apple.CoreSimulator.SimRuntime.iOS-13-2', ], canFail: false, workingDirectory: flutterDirectory.path, @@ -94,6 +95,7 @@ Future main() async { 'create', 'TestFlutterWatch', 'com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm', + 'com.apple.CoreSimulator.SimRuntime.watchOS-6-1' ], canFail: false, workingDirectory: flutterDirectory.path,