MobileNativeFoundation / XCLogParser

Tool to parse Xcode and xcodebuild logs stored in the xcactivitylog format
Apache License 2.0
1.74k stars 123 forks source link

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

Open samuelsainz opened 4 months ago

samuelsainz commented 4 months ago

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