Search code examples
iosmemory-managementwarningsclang-static-analyzer

iOS App Memory Warnings


I have about 500+ memory warnings after running the static analyzer. Is this something I should be concerned about and spend time fixing or will it really not help improve app crashes?

Thanks!


Solution

  • 500+ is way too many to ignore. Even if the 90% of the warnings are bogus, that still leaves 50 warnings that are serious and require your attention!

    Remember, this app will be running on a mobile device with limited memory. I would highly recommend fixing these to prevent crashes, never mind getting it approved for the app store.