You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Invokes the given command and attempts to parse the output against the given regular expression pattern to validate that it is a semantic version string
_ =await outputOptions.monitor(with: out,"Android devices", watch:false, resultHandler:{ result in
149
-
do{
150
-
letdevices=try result?.get()??[]
151
-
hasAndroidDevices = !devices.isEmpty
152
-
if devices.isEmpty {
153
-
return(result,MessageBlock(status:.warn,"No Android devices running. Xcode builds will fail until you attach a device, launch an emulator in Android Studio, or run: skip android emulator launch"))
_ =await outputOptions.monitor(with: out,"Android devices", watch:false, resultHandler:{ result in
153
+
do{
154
+
letdevices=try result?.get()??[]
155
+
hasAndroidDevices = !devices.isEmpty
156
+
if devices.isEmpty {
157
+
return(result,MessageBlock(status:.warn,"No Android devices running. Xcode builds will fail until you attach a device, launch an emulator in Android Studio, or run: skip android emulator launch"))
0 commit comments