Emasoft

iOS Fix Build — Development skill for Claude Code

Development community

Diagnose and fix Xcode build failures, SPM resolution errors, and slow builds — environment-first.

How to install iOS Fix Build

Installs to ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-fix-build/SKILL.md

Terminal
mkdir -p ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-fix-build && curl -fsSL https://raw.githubusercontent.com/Emasoft/emasoft-complete-ios-app-authoring/HEAD/commands/ios-fix-build.md -o ~/.claude/skills/emasoft-emasoft-complete-ios-app-authoring-ios-fix-build/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What iOS Fix Build does


description: Diagnose and fix Xcode build failures, SPM resolution errors, and slow builds — environment-first. argument-hint: "[scheme-or-path] [--focus spm|signing|speed|clean]"

Diagnose and fix a failing or slow Xcode build for an iOS 26 / Swift 6.2 / Xcode 26 project. **Triage the environment BEFORE blaming the code** — a large share of "BUILD FAILED with no error", "No such module", and "my build runs old code" reports are stale state, not bugs. Work the cheap checks inline, then d

Alternatives in Development

Full documentation available on GitHub

View Source Repository