Thursday, April 18, 2013

Running the analyzer within Xcode

Performing Static Code Analysis
Running the analyzer within Xcode


  • Logic flaws, such as accessing uninitialized variables and dereferencing null pointers
  • Memory management flaws, such as leaking allocated memory
  • Dead store (unused variable) flaws
  • API-usage flaws that result from not following the policies required by the frameworks and libraries the project is using



.

No comments:

Post a Comment