memory leaks - Building iPhone Code using xcodebuild and running LLVM/Clang Static Analyzer -


I followed the steps given in but I was unable to run static analyzer on my project .

When I try to run xcodebuild on my project (1. Open the terminal, 2. Go directly to the project, 3.xcodebuild), I get this error:

=== Creation of the target goal, the project's Xprogram with the default configuration (release) is examining the dependency === Dependency ... Code Sign Error: In Keychain for Code Signing Identification No certificate found 'iPhone developer' \ ** build FAIL ED \ **

How can I run this tool on my code? - I'm testing with simulator thanks.

Your answer is here:


Comments