Leavn Final Build Push

Installation
SKILL.md

Leavn Final Build Push

Instructions

Aggressively fix remaining errors to get clean build:

  1. Count errors:

    xcodebuild build 2>&1 | grep -c "error:"
    
  2. If <10 errors - FIX DIRECTLY:

    • Read error locations
    • Apply quick fixes
    • Comment out if too complex
    • Priority: BUILD SUCCEEDS
  3. Quick fix strategies:

    • Missing property: Add stub or comment out usage
Related skills
Installs
GitHub Stars
10
First Seen