Turn off warnings coming from subprojects

Luca Bartoletti picture Luca Bartoletti · Aug 7, 2012 · Viewed 7.7k times · Source

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?

Answer

Johnnywho picture Johnnywho · Aug 11, 2012

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