From ios-dev
iOS/Xcode build issues - compilation errors, simulator problems, build analysis, diagnostics, quick fixes
npx claudepluginhub willsigmon/sigstack --plugin ios-devThis skill is limited to using the following tools:
Complete iOS build system expertise for Leavn app.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Complete iOS build system expertise for Leavn app.
make clean # Clean build
make sim-build # Build for simulator
make test # Run tests
xcrun simctl list # List simulators
make sim-build 2>&1 | tee /tmp/build.logxcrun simctl erase allxcrun simctl boot "iPhone 15 Pro"xcrun simctl install booted path/to/appxcrun simctl launch booted bundle.idxcrun simctl io booted screenshot /tmp/screen.pngxcrun simctl io booted recordVideo /tmp/video.movUse when: Build failures, simulator issues, Xcode errors, diagnostics