MobileNativeFoundation / XCLogParser

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

Add Issues reporter #79

Closed ecamacho closed 4 years ago

ecamacho commented 4 years ago
  1. Adds a new reporter to the parse command to report only the issues (Errors and Warnings) found in a build log. Passing xclogparser parse --project MyProject --reporter issues will use that new reporter.

  2. Fixes an issue parsing Xcode 11.4 logs. Errors from the Clang compiler were not being reported because the type reported in the Log changed from ARC Semantic Issue to Semantic Issue

cc @BalestraPatrick @polac24