We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0106469 commit 0e22713Copy full SHA for 0e22713
build-plugins/kmp-conventions/src/main/kotlin/aws/sdk/kotlin/gradle/kmp/ConfigureIosSimulator.kt
@@ -40,7 +40,7 @@ public fun Project.configureIosSimulatorTasks() {
40
41
doLast {
42
val result = executionResult.get()
43
- if (result.exitValue != 405) {
+ if (result.exitValue != 405) { // ignore "simulator already shutdown" errors
44
result.assertNormalExitValue()
45
}
46
0 commit comments