MobileNativeFoundation / XCLogParser

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

XCLogParser does not pick up all deprecation warnings #183

Closed lgilyazov closed 1 year ago

lgilyazov commented 1 year ago

I noticed that not all deprecation messages make it to the final report. I found the problem and prepared a fix. Can I create a Pull Request?

XCLogParser version: 0.2.36

Снимок экрана 2023-02-21 в 18 11 15 Снимок экрана 2023-02-21 в 18 07 23
lgilyazov commented 1 year ago

It is a fix: https://github.com/lgilyazov/XCLogParser/commit/63e320886a1ff2b7c757e55b075a47662a4be01d

BalestraPatrick commented 1 year ago

@lgilyazov For sure! Go ahead and create a PR and I'll review it.