I create my application as a team using the xcodebuild command line tools. I am looking for a way to suppress or make the conclusion less verbose, but still show errors or failures if they occur. The build log is getting very large and it is difficult for the browser to download it.
Are there any additional options that I can pass in or a way to pass it to a log file?
It's impossible. However, you can make the log more readable with xctool or xcpretty - not sure if the size is also resized. This is probably true.
xctool
xcpretty
If you use xcpretty https://github.com/supermarin/xcpretty , you will have something readable and less verbose, the size will be smaller. This is a great tool, especially if you have a unit test. You can take a look at github where they show examples.
Source: https://habr.com/ru/post/975907/More articles:How to receive SignalR broadcast message using Microsoft Java-Client? - javaIs [] also a declarator (when used in a parameter declaration) in C? - cprintf% 6.2f in a circuit or racket? - schemeLive Editing Remote JavaScript in Chrome Inspector - javascriptignore specific js files in chrome dev tools when debugging - google-chrome-devtoolsFailed to install MvvmCross.PortableSupport 3.2.1 package in Visual Studio 2013 for PCL 158 profile - nugetCakephp 3 different custom formhelpers templates - templatesMoq. Perform action specified as parameter - c #Pip does not recognize Cython - pythonCreate an AngularJS promise without return value - javascriptAll Articles