We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents da4d520 + 5a8082b commit 0784d59Copy full SHA for 0784d59
ide-support/revdeploylibraryios.livecodescript
@@ -118,7 +118,7 @@ private function revIDEDeployIOSGetSimulatorVersionFromSDKVersion pSDkVersion
118
end if
119
end repeat
120
121
- throw "No Simulator found for iOS SDK:" && pSDkVersion
+ return pSDkVersion
122
end revIDEDeployIOSGetSimulatorVersionFromSDKVersion
123
124
private function revIDEDeployIOSGetSDKVersionFromSimulatorVersion pSimVersion
@@ -132,7 +132,7 @@ private function revIDEDeployIOSGetSDKVersionFromSimulatorVersion pSimVersion
132
133
134
135
- throw "No SDK found for iOS Simulator:" && pSimVersion
+ return pSimVersion
136
end revIDEDeployIOSGetSDKVersionFromSimulatorVersion
137
138
0 commit comments