(XCode) 编译某些文件时关闭警告?
我在我的 iOS 项目中使用了几个生成一些警告的第三方库。有没有一种方法可以仅关闭对这些特定文件的警告,类似于通过将“-fno-objc-arc”标志添加到“编译源”区域来按文件关闭 ARC 的方法构建阶段?
I use several third-party libraries in my iOS project that generate some warnings. Is there a way I can turn off warnings on those specific files only, similar to the way you can turn off ARC on a per-file basis by adding the "-fno-objc-arc" flag to the "compile sources" area in build phases?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Xcode 中,有一个选项可以设置每个文件的编译器标志:
In Xcode, there's an option to set per-file compiler flags: