Closed lacostej closed 8 years ago
Sounds great :+1:
I looked into coloring the executed output command differently and here are my findings:
Just to take note of this: I push the work on pluggable Runners (to exclude PTYs) before that one). See fastlane/fastlane_core#73
This issue was migrated to https://github.com/fastlane/fastlane/issues/1826. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
When using
gym
to export archives, xcodebuild error handling can sometimes be confusing.By default, all output, standard and error, from the xcodebuild command, is outputted to the standard error (and not colorized). Then gym detects issues and appends an error message. Also, if a particular error happens, e.g. the xcodebuild standard log is now concatenated, also as an error (in RED).
Some ideas: