Turn off warnings coming from subprojects

后端 未结 3 1597
野性不改
野性不改 2021-02-05 04:46

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

3条回答
  •  鱼传尺愫
    2021-02-05 05:15

    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

提交回复
热议问题