Alistair Sykes
10/02/2019, 1:31 PMxcrun simctl spawn
command. I started getting an error when launching emulators - domain=com.apple.CoreSimulator.SimError, code=165
xcrun simctl spawn
after XCode 11 doesn’t run in standalone mode by default. To fix you need to add --standalone
option. This option was available since XCode 6 so should be safe to add now wherever needed. But you will only start to see this issue after upgrading to XCode 11.russhwolf
10/02/2019, 2:56 PMsergey.bogolepov
10/02/2019, 5:31 PM