views:

191

answers:

2

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

A: 

great! At least, ther's a solution. This one work like a charm

blaackjack
+1  A: 

Set "Other C Flags" = -D__IPHONE_OS_VERSION_MIN_REQUIRED=040100

fuzzygoat