ios build expert

Complete iOS build system expertise for Leavn app.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "ios build expert" with this command: npx skills add willsigmon/sigstack/willsigmon-sigstack-ios-build-expert

iOS Build Expert

Complete iOS build system expertise for Leavn app.

Quick Commands

make clean # Clean build make sim-build # Build for simulator make test # Run tests xcrun simctl list # List simulators

Build Error Workflow

  • Run build, capture output: make sim-build 2>&1 | tee /tmp/build.log

  • Categorize errors: type errors, missing imports, actor isolation, etc.

  • Fix in dependency order (imports → types → logic)

  • Rebuild and verify

Simulator Issues

  • Reset: xcrun simctl erase all

  • Boot specific: xcrun simctl boot "iPhone 15 Pro"

  • Install app: xcrun simctl install booted path/to/app

  • Launch: xcrun simctl launch booted bundle.id

Common Fixes

  • Missing module: Check Package.swift dependencies

  • Actor isolation: Add @MainActor or nonisolated

  • Type mismatch: Check @Observable vs @Published patterns

  • Build settings: Verify project.yml / xcodegen

Visual Debugging

  • Screenshot: xcrun simctl io booted screenshot /tmp/screen.png

  • Record: xcrun simctl io booted recordVideo /tmp/video.mov

Use when: Build failures, simulator issues, Xcode errors, diagnostics

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

swiftlint-autofix

No summary provided by upstream source.

Repository SourceNeeds Review
General

bitrise expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

fastlane expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

ai integration expert

No summary provided by upstream source.

Repository SourceNeeds Review