fuzzygoat
fuzzygoat

Reputation: 26223

Xcode 3.2.4 Analyzer skipped this file?

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

Upvotes: 2

Views: 467

Answers (1)

fuzzygoat
fuzzygoat

Reputation: 26223

Set "Other C Flags" = -D__IPHONE_OS_VERSION_MIN_REQUIRED=040100

Upvotes: 1

Related Questions