<https://kotlinlang.slack.com/archives/C3SGXARS6/p...
# multiplatform
b
What's the error you're getting?
j
Invalid device state for iPhone X simulator
b
I have a suspicion that Xcode 10.3 started requiring you to boot the sim before running
spawn
. you can get around this though by using
spawn -s
, which skips the booting part
Should work as long as you don't use any APIs (unsure what those are) that require the sim to be booted
j
I’ll try that thanks @basher
👍 1