We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da4d520 commit 5a8082bCopy full SHA for 5a8082b
1 file changed
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