MobileNativeFoundation / XCLogParser

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

Fix parsing warnings and errors in the same file bug #82

Closed ecamacho closed 4 years ago

ecamacho commented 4 years ago

If a file has both clang warnings and errors, the parser was only reporting the warnings.

cc @BalestraPatrick @polac24