I want my Xcode project to go through the build and analysis phase without creating any errors, warnings or static analysis messages. The problem is that my project includes libraries that generate (possibly harmless) warnings and static analysis messages.
I cannot find a way to disable certain Clang warnings so that "my" code builds with zero problems. Is it possible?
source
share