Leavn Final Build Push
Leavn Final Build Push
Instructions
Aggressively fix remaining errors to get clean build:
-
Count errors:
xcodebuild build 2>&1 | grep -c "error:" -
If <10 errors - FIX DIRECTLY:
- Read error locations
- Apply quick fixes
- Comment out if too complex
- Priority: BUILD SUCCEEDS
-
Quick fix strategies:
- Missing property: Add stub or comment out usage
- Binding error: Add @Bindable or remove binding
- Type mismatch: Cast or change type
- Actor isolation: Add nonisolated(unsafe)
- Missing import: Add import
-
Nuclear options (if stuck):
- Comment out broken features
- Disable problematic files
- Use
#if falseto guard code - Fix properly in next session
-
Success criteria:
** BUILD SUCCEEDED **- Commit immediately
- Document TODOs for disabled code
Use this skill when: Almost at clean build, <10 errors left, need to ship, aggressive fixes needed
More from willsigmon/sigstack
fastlane expert
Fastlane automation - build, test, deploy iOS apps, TestFlight, App Store Connect
39swiftlint-autofix
Run SwiftFormat and fix all auto-correctable SwiftLint issues
30manus ai agent integration
Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and comple...
24dead code eliminator
Find and delete unused files, disabled code blocks, Enhanced variants, deprecated features, test files in production for Leavn app
22bitrise expert
Bitrise CI/CD - iOS builds, automated testing, deployment, managed macOS runners
21ai integration expert
Work with Leavn AI features - UnifiedAIService, on-device models, devotional generation, novelization, kids mode, image generation with Stable Diffusion
20