From d200dc150bb069ff7ec6c50c00d25f2b1a3ed631 Mon Sep 17 00:00:00 2001 From: sjindel-google Date: Thu, 11 Jul 2019 18:56:48 +0200 Subject: [PATCH] Keep LLDB connection to iOS device alive while running from CLI. (#35731) --- packages/flutter_tools/lib/src/ios/devices.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/flutter_tools/lib/src/ios/devices.dart b/packages/flutter_tools/lib/src/ios/devices.dart index 3ac80c57f45..5b8eac2ae6b 100644 --- a/packages/flutter_tools/lib/src/ios/devices.dart +++ b/packages/flutter_tools/lib/src/ios/devices.dart @@ -45,7 +45,7 @@ class IOSDeploy { '--bundle', bundlePath, '--no-wifi', - '--justlaunch', + '--no-interactive', ]; if (launchArguments.isNotEmpty) { launchCommand.add('--args');