XCLogParser
XCLogParser copied to clipboard
Unused variable warning not being returned by the `parse` command
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