Re: valid method generates warning
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