cli
cli copied to clipboard
refactor(ios): parse xcodebuild errors
Summary:
Prettify xcodebuilderror output if not using xcpretty or xcbeautify.
No formatter:
Xcpretty:
Xcbeautify:
Test Plan:
- Init new project without installing Cocoapods
- Run
ioscommand - Verify the errors are parsed and marked with a red
errorprefix in the console output
Checklist
- [x] Documentation is up to date to reflect these changes.
- [x] Follows commit message convention described in CONTRIBUTING.md