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

CLI usage is not emitted to log #477

Closed
oliversalzburg opened this issue Dec 18, 2018 · 6 comments
Closed

CLI usage is not emitted to log #477

oliversalzburg opened this issue Dec 18, 2018 · 6 comments

Comments

@oliversalzburg
Copy link
Contributor

None of command lines (like xcodebuild) that are invoked on the shell are logged. This is essential information when attempting to troubleshoot build issues and the information is completely lost.

At the very least, the essential xcodebuild commands should be logged.

@janpio
Copy link
Member

janpio commented Dec 18, 2018

--verbose or --debug has no influence there?

@oliversalzburg
Copy link
Contributor Author

Correct. This is not logged at all. For example:

return spawn('xcodebuild', xcodebuildArgs, projectPath);

@oliversalzburg
Copy link
Contributor Author

And, given the amount of useless output you get during a build, I strongly believe this information shouldn't be hidden behind a --verbose flag if it is implemented :)

@dpogue
Copy link
Member

dpogue commented Dec 18, 2018

Note: cordova-ios is currently using its own spawn method, when it should probably be using cordova-common's superspawn

@oliversalzburg
Copy link
Contributor Author

@dpogue I created #478 to resolve that

@oliversalzburg
Copy link
Contributor Author

Fixed by #479

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

No branches or pull requests

3 participants