Suppress xcodebuild output or make less verbose

10,283

Solution 1

It's not possible. However You can make the log more readable with xctool or xcpretty - not sure the size is also changed. Probably, it is.

Solution 2

If you use xcpretty https://github.com/supermarin/xcpretty you will have something readable and less verbose, the size will be smaller. It's a great tool, especially if you have unit test. You can take a look to the github they show exemples.

Share:
10,283
Josh Lesch
Author by

Josh Lesch

QA Engineer for Mobile platforms

Updated on July 20, 2022

Comments

  • Josh Lesch
    Josh Lesch almost 2 years

    I am building my app in teamcity with xcodebuild command line tools. I am looking for a way to suppress or make the output less verbose but still show errors or failures if they happen. The build log becomes very large and the browser has a hard time loading it.

    Are there optional parameters I can pass in or a way to stream it to a log file?

    • Yunus Eren Güzel
      Yunus Eren Güzel over 7 years
      This question is not a duplicate of that question
  • Josh Lesch
    Josh Lesch over 9 years
    Used xctool, I like it. Thanks
  • LearnCocos2D
    LearnCocos2D almost 9 years