A question for macOS/iOS experts.
I have an iOS Xcode project. The project has an XCUnit test suite. That test suite generates logs. If I run the test suite through Xcode, I see the logs as they are generated.
However, I want to run the test suite through xcodebuild. If I do this, the log output is captured - but it's all dumped into an xcresults file, and isn't visible until after the test suite is complete.
Is there any way to live stream iOS log output from xcodebuild?