Skip to main content

build

Build the WooCommerce iOS project

Jump to install

Source facts

Repository
woocommerce/woocommerce-ios
Last source activity
March 2, 2026 at 10:33
Detected SKILL.md language
English
Stars
358
Forks
131

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
build
description
Build the WooCommerce iOS project
user-invocable
true
allowed-tools
Bash, Read, Grep
Build the WooCommerce iOS project. Run the build command: ```bash bundle exec fastlane build_for_testing 2>&1 | tail -50 ``` If the build fails: 1. Analyze the error output — look for compilation errors, identify file and line 2. Check if it is a missing import, type mismatch, syntax error, or stale generated code 3. If stale codegen, run: `bundle exec rake generate` 4. If `Unable to find a device matching` — use the `/simulator` skill to discover an available simulator, then retry 5. Suggest or apply the fix If the build succeeds, report success.
View on GitHub