krzysztof
06/24/2022, 8:32 AMiPhone 12
in my simulator list and iosX64Test
task fails with
Invalid device: iPhone 12
java.lang.IllegalStateException: command '/usr/bin/xcrun' exited with errors (exit code: 148)
krzysztof
06/24/2022, 9:07 AMlistOf(
iosX64(),
iosSimulatorArm64()
).forEach { target ->
target.testRuns.forEach { tr ->
tr.deviceId = properties["iosSimulatorName"] as? String ?: "iPhone X"
}
}
Marc Reichelt
09/29/2022, 1:36 PMiPhone 12
device using the iPhone 14 runtime using the command xcrun simctl create "iPhone 12" "iPhone 14"
Then the new simulator also shows up in the simulator list: xcrun simctl list
Marc Reichelt
09/29/2022, 1:37 PMMarc Reichelt
09/29/2022, 1:38 PMMatthias
10/01/2022, 8:34 AMLandry Norris
10/26/2022, 9:11 PM