When using xcodebuild
Output tool, the Xcode raw build logs are no longer included in the Bitrise build logs, due to their large size. The Xcode build logs are available as an artifact uploaded by Deploy to Bitrise.io step, and the output BITRISE_XCODE_RAW_TEST_RESULT_TEXT_PATH.
The xcpretty
Output tool is unchanged. The output is visible in the build log, and the raw logs are uploaded as an artifact only in case of a failure.