| 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:
bundle exec fastlane build_for_testing 2>&1 | tail -50
If the build fails:
- Analyze the error output — look for compilation errors, identify file and line
- Check if it is a missing import, type mismatch, syntax error, or stale generated code
- If stale codegen, run:
bundle exec rake generate
- If
Unable to find a device matching — use the /simulator skill to discover an available simulator, then retry
- Suggest or apply the fix
If the build succeeds, report success.