The "Default" simulator needs special handling/removal
davedelong opened this issue · 1 comments
davedelong commented
The "Default" simulator refers to "which ever simulator happens to be booted".
But... this simulator can't technically be deleted or renamed. You can perform these actions, but they forward on to apply to the booted simulator.
We should guard against this, or just remove the default simulator.
veb commented
Could guard against deleting it, renaming it, and have a subtitle at the bottom of the "Default" heading:
"This is the default simulator and cannot be changed"
I don't know if removing it altogether is a good idea, because if for example you're working with React-Native and you don't have a simulator already booted up, it'll do it'll for you - then that default one would be needed right?