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

Fixes bug where some deprecation warnings had a relative file path #91

Closed ecamacho closed 4 years ago

ecamacho commented 4 years ago

Xcode in some cases reports Clang deprecation warnings duplicating the warning message. One with the right file path, and the other with wrong file paths and reusing the line and column numbers of the right message. So basically, those are useless. This PR discards them and leaves only the message with the correct data.