orbit
orbit copied to clipboard
Clear simulator cache
Is your feature request related to a problem? Please describe.
Some times to fix the "Unable to boot simulator" we need to just remove cache folder
rm -rf ~/Library/Developer/CoreSimulator/Caches/.
Would be nice to have a button to clear this cache in the settings page.
Describe the solution you'd like
button that triggers rm -rf ~/Library/Developer/CoreSimulator/Caches/
Additional context
If this make sense i would love to contribute.