ios-simulator-reset

Installation
SKILL.md

iOS Simulator Full Reset

When things are really broken, start fresh:

  1. Shutdown all simulators:
xcrun simctl shutdown all
  1. Clean build artifacts:
make clean
rm -rf ~/Library/Developer/Xcode/DerivedData/Leavn-*
  1. Reset simulator (optional - destructive):
# Delete and recreate simulator
xcrun simctl delete [DEVICE_ID]
Related skills
Installs
2
GitHub Stars
10
First Seen
Jan 25, 2026