Search code examples
xcodexcode4compiler-warnings

Turn off warnings coming from subprojects


Can someone help me to turn off warnings in Xcode 4 that I'm getting from subprojects?

I have three subprojects, with a lot of warnings. The subprojects are provide by my customer's R&D studio. I would like to turn off the warnings there, to put all my efforts and attention on warnings in my own code.

This the xcode warning counter now

Is this possibile in Xcode 4?


Solution

  • If you're using Xcode 4.2 or later, you can use LLVM compiler setting Inhibit All Warnings in Warning Polices for every subproject you have:

    enter image description here