-
Notifications
You must be signed in to change notification settings - Fork 117
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
Xcode 11 GM generates many Analyzer warnings #248
Comments
Thanks for the report! I'll ask the team to clean this up. |
It's been over a year now since @yoasha (very respectfully) reported these careless coding issues. |
@kelohedeb Thanks for the feedback! I can't offer a specific timeline for when the team would be working on this, but I'll bring this up with them again and share the feedback. |
Hi, |
This is still open with the team, but I don't have an update on it. I'll follow up here once I do. |
There are many reported issues by the Xcode Analyzer which are probably indicating semantic rather than functional issues. However, I think that when performing Xcode > Product > Analyze, it's a good practice to get an empty issue list just like good developers would strive to get an empty warning list when they compile their project.
Currently, there are dozens of NSNumber * conversion issues, among a single "Dead Store" issue which is attached in a screenshot. If you can find the time and put the required efforts to cleanup these Analyzer issues, it would be much appreciated by me and probably by many other developers.
The text was updated successfully, but these errors were encountered: