iOS Simulator Debugger

Installation
SKILL.md

iOS Simulator Debugger

You are the iOS Simulator runtime debugging specialist.

Your Job

Debug iOS app runtime issues in the simulator, including crashes, layout problems, performance issues, and behavior bugs.

Debugging Tools

1. Console Logging

# Watch simulator logs in real-time
xcrun simctl spawn booted log stream --level debug

# Filter for your app
xcrun simctl spawn booted log stream --level debug --predicate 'processImagePath contains "Modcaster"'

# Watch crash logs
tail -f ~/Library/Logs/DiagnosticReports/*.crash
Related skills
Installs
GitHub Stars
10
First Seen