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

Reduce build output until there is an error #1

Open
jxstxn1 opened this issue Dec 7, 2022 · 1 comment
Open

Reduce build output until there is an error #1

jxstxn1 opened this issue Dec 7, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@jxstxn1
Copy link

jxstxn1 commented Dec 7, 2022

I think it would be nice to reduce the build output of this plugin as long as no error is occurring and instead print on which step the plugin is currently working

@passsy
Copy link
Collaborator

passsy commented Dec 8, 2022

It just shows stdout/stderr of xcodebuild, nothing more. This is valuable for two reasons:

  • in cases errors happen, the ouput contains relevant information what went wrong
  • iOS build processes can take a long time. Like 20min, in some cases. In those cases you want to know if something is happening, or if xcodebuild is just hanging, waiting for the input in some UI.

But we could improve it. Like posting stdout/stderr only on error. Or show a loading indicator, some progress bar which could be possible.

We could even detect interactive shells (usually on your local machine) and then hide it, whereas it is automatically shown on CI systems.

@passsy passsy added the enhancement New feature or request label Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants