Question

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

alt text

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

Was it helpful?

Solution

Set "Other C Flags" = -D__IPHONE_OS_VERSION_MIN_REQUIRED=040100

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top