I have an Xcode workspace set up with CocoaPods. When I run Xcode's Analyzer on my project it analyzes my own source code as well as all the source code in the Pods targets. This throws up lots of warnings that I am not interested in as I only want to see the analyzer warnings of my own source code.
I have unchecked "Analyze" from the build target for pods but this doesn't seem to have any effect.
Is there a way to ignore Pods targets when running the analyzer?