What problem does it solve?
This Skill addresses the common frustration of "mysterious" Xcode issues like BUILD FAILED with no details, stale code execution, simulator hangs, or "No such module" errors. It provides an environment-first diagnostic approach to resolve 80% of these problems in minutes.
Core Features & Use Cases
- Environment-First Diagnostics: Mandatory checks for zombie
xcodebuild processes, stale Derived Data, and stuck simulator states before debugging code.
- Quick Fix Workflows: Step-by-step solutions for common problems like "No such module," "Unable to boot simulator," and intermittent test failures.
- Systematic Troubleshooting: A decision tree to quickly identify if the issue is environment-related or a genuine code bug, saving hours of wasted debugging.
- Use Case: When your tests passed yesterday but are failing today with no code changes, use this skill to immediately clean Derived Data and rebuild, resolving 80% of such intermittent issues in minutes.
Quick Start
To check for zombie xcodebuild processes, run ps aux | grep -E "xcodebuild|Simulator" | grep -v grep in your terminal.