Xcode 3.2.4 分析器跳过了这个文件?
刚刚升级到 iOS 4.1 (Xcode 3.2.4),我在使用静态分析器时收到警告,我认为以前在使用 3.2.3 时没有收到过警告
现在项目编译得很好,这是已经改变的东西还是我设置错误了?
注意:我将构建结果窗口设置为“所有消息”
编辑:
我认为这可能与此相关:
奇怪的问题-after-upgrading-to-ios-4-1-sdk
非常感谢
加里
Having just upgraded to iOS 4.1 (Xcode 3.2.4) I am getting warnings when using the static analyser that I don't think I was previously getting when using 3.2.3
Now the project compiles just fine, is this something that has changed or do I have something set wrong?
NB: I have the build results window set to "All Messages"
EDIT:
I think it might be related to this:
strange-issue-after-upgrading-to-ios-4-1-sdk
much appreciated
Gary
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
设置“其他 C 标志”=
-D__IPHONE_OS_VERSION_MIN_REQUIRED=040100
Set "Other C Flags" =
-D__IPHONE_OS_VERSION_MIN_REQUIRED=040100