Nov 11
Xcode introduced Clang LLVM compiler integrated into the IDE. By default, these only run via Build and Analyze. However, this static analysis is insanely useful, and can catch “retain leaks” quickly. Therefore, I always analyze on every build.
If you wish to do the same, simple Get Info on the Project. Under the Build Options, check the “Run Static Analyzer” option.