← Back to list

ios-simulator-reset
by willsigmon
Website for sigstack.dev - Claude Code stack showcase
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: ios-simulator-reset description: Nuclear option - reset simulator and rebuild from scratch model: haiku
iOS Simulator Full Reset
When things are really broken, start fresh:
- Shutdown all simulators:
xcrun simctl shutdown all
- Clean build artifacts:
make clean
rm -rf ~/Library/Developer/Xcode/DerivedData/Leavn-*
- Reset simulator (optional - destructive):
# Delete and recreate simulator
xcrun simctl delete [DEVICE_ID]
xcrun simctl create "Leavn Fresh" "iPhone 16 Pro"
- Fresh build:
make sim-build
- Install and launch:
make sim-run
Use this when:
- "It works in Xcode but not via make"
- Persistent runtime errors that don't make sense
- Simulator state is corrupted
- Nothing else works
Return status of each step.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon