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
Diagnostics.error("Multiple targets found\nPlease select specify one target by using the `--target name` option\nAvailable target names: \(targetNames)")
Diagnostics.error("Multiple targets found\nPlease select specify one target by using the `--target name` option\nAvailable target names: \(availableTargetNames)")
87
+
return
88
+
}elseif targets.isEmpty {
89
+
Diagnostics.error("No target found")
86
90
return
91
+
}else{
92
+
print("Have one target \(targets[0].name)")
87
93
}
88
94
95
+
print("Remove updated version 1") // some debug to see if latest git version is fetched, or if some cache is used
0 commit comments