Does it mean that I have an iPhone 12 connected but I require some other version? Does it mean that it is looking for an iPhone 12 but couldn't find it?
m
mbonnin
10/10/2022, 5:16 PM
That's the xcode 14 update that removed some of your simulators
mbonnin
10/10/2022, 5:17 PM
You can recreate them manually with
xcrun simctl create "Apple Watch Series 5 - 44mm" "Apple Watch Series 5 (44mm)"
mbonnin
10/10/2022, 5:18 PM
And xcrun simctl list devices or so to get all possibilities (currently on mobile but it's something like this)
j
Jeff Lockhart
10/10/2022, 5:41 PM
You can also specify the simulator to use to override the iPhone 12 default in build.gradle.kts:
Thanks for the answers on how to fix it. I wish the error message were more clear here.
no
10/11/2022, 8:56 AM
How do I fix this error message?
Copy code
:arrow-fx-coroutines-test:tvosSimulatorArm64Test
dyld[64105]: could not use 'dyld_sim' because it was not built for platform tvOS-sim
Child process terminated with signal 6: Abort trap
java.lang.IllegalStateException: command '/usr/bin/xcrun' exited with errors (exit code: 134)