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

Fix deprecation notice detection #184

Closed lgilyazov closed 1 year ago

lgilyazov commented 1 year ago

Detail

Some deprecation messages were not included in the final report. In cases where the message was in the /Users/lenar/Desktop/DeprecateTest/DeprecateTest/ViewController.swift:15:9 'testDeprecate()' is deprecated format. I've added handling for such a message and now all deprecation messages should be captured.

Should fix https://github.com/MobileNativeFoundation/XCLogParser/issues/183