• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: valid method generates warning
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: valid method generates warning


  • Subject: Re: valid method generates warning
  • From: Chris Espinosa <email@hidden>
  • Date: Mon, 16 Mar 2009 11:00:16 -0700

On Mar 16, 2009, at 10:40 AM, Greg Guerin wrote:

I suppose this is a bug in Xcode - how on earth could it be using a file that is not in the project, and ignoring the one that was there?

Header search path?

That's the most likely. The other one is "case-mismatched reference on a case insensitive file system." If your project has one Foo.h in the right place and one Foo.h in the wrong place, and you #import "foo.h", Xcode will know that the "right" Foo.h is wrong, due to the case mismatch, but then the compiler will search the file system for other possibilities, and a case-insensitive file system will tell it that the wrong Foo.h is a match.


Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


References: 
 >Re: Fwd: valid method generates warning (From: Greg Guerin <email@hidden>)

  • Prev by Date: Re: Fwd: valid method generates warning
  • Next by Date: Configuration based on another configuration?
  • Previous by thread: Re: Fwd: valid method generates warning
  • Next by thread: Configuration based on another configuration?
  • Index(es):
    • Date
    • Thread