XCLogParser icon indicating copy to clipboard operation
XCLogParser copied to clipboard

Unused variable warning not being returned by the `parse` command

Open samuelsainz opened this issue 9 months ago • 0 comments

Description

Unused variable warning is not returned by the parse command when using --reporter issues.

Here is a sample app that I prepared: https://github.com/samuelsainz/unusedVariableSampleApp

This file is the xcactivitylog dumped with the dump command. You can see in this line that the warning is there.

Here you can see the output of the command:

xclogparser parse --file /Users/myuser/Library/Developer/Xcode/DerivedData/UnusedVariableWarningsSample-emoqxhjdjzmpatabnvgnsfcmgrkg/Logs/Build/BC2F776D-D644-46F6-AB7A-2CDBA1EF2073.xcactivitylog --reporter issues --output issues-output.json

XCLogParser version is 0.2.37

samuelsainz avatar May 17 '24 18:05 samuelsainz