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
@@ -520,6 +524,8 @@ function findSimulators(options, callback) {
520
524
if(!selectedXcode){
521
525
if(options.iosVersion){
522
526
returncallback(newError(__('Unable to find any Xcode installations that support both iOS %s and iOS Simulator %s.',options.iosVersion,options.simHandleOrUDID)));
527
+
}elseif(options.minIosVersion){
528
+
returncallback(newError(__('Unable to find any Xcode installations that support at least iOS %s and iOS Simulator %s.',options.minIosVersion,options.simHandleOrUDID)));
523
529
}else{
524
530
returncallback(newError(__('Unable to find any supported Xcode installations. Please install the latest Xcode.')));
525
531
}
@@ -578,6 +584,9 @@ function findSimulators(options, callback) {
0 commit comments