when running the command
$ xcodebuild [flags] | tee xcodebuild.log | xcpretty
warnings and errors are not displayed on the screen and they are also not in the resulting result.json
After looking at the code, there is a suspicion that the problem is related to the output of the warning/error message (multiline/single line) and subsequent problems with obtaining the line and cursor values.
Environment:
Xcode version: [16.2]
xcpretty version: [0.4.1]
macOS version: [15.6.1 (24G90)]
when running the command
$ xcodebuild [flags] | tee xcodebuild.log | xcprettywarnings and errors are not displayed on the screen and they are also not in the resulting result.json
After looking at the code, there is a suspicion that the problem is related to the output of the warning/error message (multiline/single line) and subsequent problems with obtaining the line and cursor values.
Environment:
Xcode version: [16.2]
xcpretty version: [0.4.1]
macOS version: [15.6.1 (24G90)]