Skip to content
This repository has been archived by the owner on Oct 2, 2018. It is now read-only.

Add option to suppress xcodebuild output #158

Merged
merged 4 commits into from
Dec 9, 2015

Conversation

joshrlesch
Copy link
Contributor

We are using gym in our ci set up teamcity, and with the output from xcodebuild even with xcpretty on chrome doesn't load or takes forever to load the build log. A lot of the times the build completes but code signing fails or something like that. So it would be nice to suppress all xcode compile output and only keep the fastlane stuff.
We can still get to the log on the build agent if needed.

Not sure if this is the best approach, but a quick solution. If you can think of a better way that would be awesome.

description: "Suppress the output of xcodebuild to stdout. Output is still saved in buildlog_path",
optional: true,
is_string: false
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Align ) with (.

KrauseFx added a commit that referenced this pull request Dec 9, 2015
Add option to suppress xcodebuild output
@KrauseFx KrauseFx merged commit 35820a4 into fastlane-old:master Dec 9, 2015
@KrauseFx
Copy link
Contributor

KrauseFx commented Dec 9, 2015

That's great, thanks for your contribution 👍

@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants