Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation notice detection #184

Conversation

lgilyazov
Copy link
Contributor

@lgilyazov lgilyazov commented Feb 21, 2023

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 #183

Signed-off-by: Lenar Gilyazov <l.gilyazov@ya.ru>
@BalestraPatrick BalestraPatrick merged commit dfce1e4 into MobileNativeFoundation:master Feb 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

XCLogParser does not pick up all deprecation warnings
2 participants