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

Avoid having duplicated Swift errors reported #109

Closed ecamacho closed 3 years ago

ecamacho commented 3 years ago

Solves a bug where we were reporting the same Swift error more than once, the right one attributed to the file that originated it and the same error with the wrong attributed file.

cc @BalestraPatrick @polac24 @aleksandergrzyb