Has anyone gotten this error when updating a KMP p...
# kotlin-native
h
Has anyone gotten this error when updating a KMP project from Kotlin 1.3.40 to 1.3.61. This occurs when I run the iosTest task. It fails in my CI
Copy code
An error was encountered processing the command (domain=com.apple.CoreSimulator.SimError, code=165):
Invalid device state
k
you need to add --standlone to the
iosTest
task command line
👌 1
this has to do with updating to iOS 13 rather than updating your Kotlin version