We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4fa17 commit 0155e0bCopy full SHA for 0155e0b
packages/flutter_test_runners/lib/src/platform_comms/ios/xcrun.dart
@@ -127,10 +127,12 @@ class Xcrun {
127
// runInShell: true,
128
// );
129
130
+ print("Sending xcrun simctl terminate command...");
131
final result = await Process.run(
132
"sh",
133
["-c", "xcrun simctl terminate booted $appBundleId"],
134
runInShell: true,
135
+ includeParentEnvironment: false,
136
);
137
138
print("Killed app - exit code: ${result.exitCode}");
0 commit comments