I followed the steps here but i'm unable to run static analyzer on my project:
Finding memory leaks with the LLVM/Clang Static Analyzer
When i try to run xcodebuild
on my project (1. Open Terminal, 2. Go to Project Directly, 3. > xcodebuild), i get this error:
=== BUILDING NATIVE TARGET XProject OF PROJECT XProject WITH THE DEFAULT CONFIGURATION (Release) ===
Checking Dependencies... CodeSign error: no certificate found in keychain for code signing identity 'iPhone Developer'
** BUILD FAILED **
How can i run this tool on my code - i'm testing with simulator. Thanks.