A collection of custom Xcode macros, scripts, templates, and other goodies.
A collection of Xcode macros, scripts, templates, and other goodies for iPhone and Mac development.
To use the LLVM/Clang Static Analyzer, you’ll need to download and unpack the latest binaries:
$ curl -OL http://checker.minormatter.com/checker-0.156.tar.bz2
$ tar xjf checker-0.156.tar.bz2 -C /Users/mike/clang
Then add the path to the extracted directory to your PATH environment variable.
For example, you’d add this to your ~/.bash_profile:
export CLANG=/Users/mike/clang/checker-0.156
export PATH=$PATH:$CLANG
Check out the Becoming Productive in Xcode screencasts for more tips and tricks!