Purpose
Run iOS tests, report failures with enough detail to debug, then (with approval) fix issues and re-run to confirm.
Arguments
--scheme <name>— Xcode scheme (inferred from xcodebuild -list if omitted)--project <path>— Path to .xcodeproj or .xcworkspace (auto-detected if omitted)--configuration <config>— Build configuration (default: NonProd)--no-fix— Report only, don't offer to fix
Workflow
1. Run tests
xcodebuild \
-project MyApp.xcodepr
[Description truncada. Veja o README completo no GitHub.]