Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add build.yml option to disable xcpretty #499

Open
jtara opened this issue Feb 18, 2015 · 1 comment
Open

Add build.yml option to disable xcpretty #499

jtara opened this issue Feb 18, 2015 · 1 comment
Assignees

Comments

@jtara
Copy link

jtara commented Feb 18, 2015

Rhodes now supports use of xcpretty Gem to clean-up build output for iOS command-line build. If xcpretty Gem is installed, Rhodes build will use it.

However, sometimes you might like to turn it off, to see all of the command-line parameters original error text, etc. It is inconvenient to have to uninstall the xcpretty Gem and the re-install when you want it again.

It would be good to provide some way to disable it, probably a build.yml setting.

Alternately, document any way to disable it otherwise. (maybe xcpretty has some environment variable or dot-file it will look at?)

I've put in a complementary Issue with the xcpretty project. IMO there should be some way to disable globally.

xcpretty/xcpretty#126

My current workaround is to uninstall xcpretty when I want to see everything, then reinstall when I do. Alternately, one could create separate rvm gemsets.

@supermarin
Copy link

Addressed your concern in xcpretty/xcpretty#126

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants