Xcode Analyzer vs OCLint in 2016

1.1k Views Asked by At

Is there any reason to use OCLint over Xcode's Analyze tool on Xcode 7?

All the posts and information that I can find online date from 2013 or older, but I know Xcode improved quite a bit with it's tools since then, like we didn't have code coverage before Xcode 7 (just to name an example).

I've been asked to perform continuous static code analysis on my project and I have setup Xcode Server with a bot to do continuos integration with the Analyzer on. But now I wonder if I should also do a post build script to run OCLint as well (or maybe instead?)

0

There are 0 best solutions below