This is the blog for www.SoftwareProdigy.com. Here you will find any updates done to our projects or future projects. Feel free to leave any comments.
Tuesday, July 28, 2009
LLVM/CLang static analyzer minor problem with iPhone SDK3
The solution is to just tell scan-build to use gcc 4.2. The command would then be something like this scan-build --use-cc=/usr/bin/gcc-4.2 -k -V xcodebuild
No comments:
Post a Comment