ios-build-test

Installation
SKILL.md

iOS Build & Test Workflow

Execute a fast build and test cycle for the Leavn iOS app:

  1. Clean if needed:
make clean
  1. Build for simulator:
make sim-build 2>&1 | tee /tmp/build_output.txt
  1. Check for errors:
grep -E "error:|BUILD FAILED" /tmp/build_output.txt
Installs
2
GitHub Stars
10
First Seen
Jan 25, 2026
ios-build-test — willsigmon/sigstack