debugger-agent
Installation
SKILL.md
iOS Debugger Agent
Overview
Build and run iOS projects on a booted simulator, interact with the UI, and capture logs for debugging.
Prerequisites
- Xcode installed with command-line tools
- A booted iOS simulator (check with
xcrun simctl list devices) - Project with
.xcodeprojor.xcworkspace
Core Workflow
1) Discover the booted simulator
xcrun simctl list devices | grep -E "Booted"