Re: Header File Problem; sorry to bug this list...
Re: Header File Problem; sorry to bug this list...
- Subject: Re: Header File Problem; sorry to bug this list...
- From: Chris Espinosa <email@hidden>
- Date: Wed, 6 Feb 2008 16:38:06 -0800
On Feb 6, 2008, at 4:21 PM, Lemon Obrien wrote: How do i get xcode to stop doing this? I have nothing set for it to do this, (no pre-compiled anything, no extra search paths, etc)
If you want to distinguish between header files whose names differ only by case, and you're not using a case-sensitive file system, you have to disable headermaps by creating a custom build setting:
USE_HEADERMAPS NO
The other alternatives:
- reformat your HD as case-sensitive HFS - don't use headers that differ from system headers only by case (String.h and Time.h are the most common offenders)
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