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 032dbee commit fc988c1Copy full SHA for fc988c1
packages/flutter_test_runners/lib/src/platform_comms/ios/xcrun.dart
@@ -108,7 +108,7 @@ class Xcrun {
108
// command as a single string. If the command is passed as
109
// individual arguments, it doesn't work. If the command is
110
// run without "sh" and `runInShell` is `true`, it won't work.
111
- return _runInShell(["xcrun simctl openurl booted \"$universalLink\""]);
+ return _runInShell(["sudo xcrun simctl openurl booted \"$universalLink\""]);
112
// return Process.run(
113
// "sh",
114
// ["-c", "xcrun simctl openurl booted \"$universalLink\""],
0 commit comments