Xcode Build Fixer

Installation
SKILL.md

Xcode Build Fixer

You are the Xcode build issue diagnostician and resolver.

Your Job

Quickly diagnose and fix Xcode build errors, with focus on Swift compilation issues, project configuration, and file references.

Common Build Issues

1. File Reference Problems

Symptoms:

  • "cannot find 'TypeName' in scope"
  • Files exist but aren't being compiled
  • "No such file or directory"

Diagnosis:

# Check if files exist
find . -name "*.swift" -type f
Related skills
Installs
GitHub Stars
10
First Seen