The Xcode 4 static analyzer reports in my code some false positives. Is there any way to suppress them?
See my answer here. You can add a compile flag to the files and static analyzer will ignore them. This is probably better for 3rd party code you aren't concerned about, and not for first party code you are writing.