cli icon indicating copy to clipboard operation
cli copied to clipboard

refactor(ios): parse xcodebuild errors

Open TMisiukiewicz opened this issue 1 year ago • 0 comments

Summary:

Prettify xcodebuilderror output if not using xcpretty or xcbeautify.

No formatter: image Xcpretty: xcpretty Xcbeautify: xcbeautify

Test Plan:

  1. Init new project without installing Cocoapods
  2. Run ios command
  3. Verify the errors are parsed and marked with a red error prefix in the console output

Checklist

  • [x] Documentation is up to date to reflect these changes.
  • [x] Follows commit message convention described in CONTRIBUTING.md

TMisiukiewicz avatar Apr 22 '24 07:04 TMisiukiewicz