Skip to content

Cleanup tns run ios --emulator output #410

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

Closed
teobugslayer opened this issue Apr 6, 2015 · 2 comments
Closed

Cleanup tns run ios --emulator output #410

teobugslayer opened this issue Apr 6, 2015 · 2 comments
Labels

Comments

@teobugslayer
Copy link
Contributor

From @vjeux on April 5, 2015 15:39

Since the entire project is written in JS, there isn't a big need for displaying all the xctools build logs. It is super spammy and doesn't add any value for the end user. Would be nice removing it.

Example: https://gist.github.com/vjeux/3a87e04b90f62f43501b (846 lines)

Copied from original issue: NativeScript/NativeScript#31

@PanayotCankov
Copy link
Contributor

👍

For me the Xcode output is important if the build fails, and is not important if the build succeeds. I was wondering if we can somehow log that the xcodebuild started, cache the output and selectively trace or error it out.

In case of success only a "Project build started..." / "Project successfully built" will be displayed, (unless run in verbose mode).

In case of failure, we will dump the whole xcodebuild as error at the user and exit violently?

@enchev
Copy link
Contributor

enchev commented Jun 9, 2016

We've decided to keep the Xcode output since it is important.

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

No branches or pull requests

3 participants