I followed the steps in Searching for memory leaks using LLVM / Clang Static Analyzer , but I was unable to start the static analyzer in my project.
When I try to run xcodebuild in my project (1. Open a 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 to run this tool in my code? - I'm testing a simulator. Thanks.
memory-leaks iphone clang static-analysis
Mustafa
source share