Make Xcode ignore LLVM build warnings in 3rd party project

前端 未结 4 1064
深忆病人
深忆病人 2021-01-18 05:13

I have a third party project in my Xcode workspace (it\'s a dependency for my main project) and I want Xcode to ignore all build warnings from that third party project.

4条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-18 05:42

    It is possible on a per file basis, see the blog entry at http://blog.bluelightninglabs.com/2011/12/suppressing-xcode-warnings-on-a-per-file-basis/

    To summarize: Use the compiler flags on the “Build phases” tab.

提交回复
热议问题