Re: Targets and include files..
Re: Targets and include files..
- Subject: Re: Targets and include files..
- From: Andrew Cunningham <email@hidden>
- Date: Tue, 21 Nov 2006 17:49:04 -0800
On Nov 20, 2006, at 10:46 PM, Chris Espinosa wrote: One thing that Xcode does do, though, is to pass "headermaps" to the compiler to speed up file system searching. This is known to have problems in targets that use two different headers with the same name in the same target though we don't know of cases where this breaks with different targets. Setting the custom build setting USE_HEADERMAP = NO in both targets, then rebuilding, would show whether this is indeed the problem.
Hi Chris, When I looked at the "-v" output, the paths that the compiler was searching were exactly what I expected. The place that the compiler actually found the file just did not make sense based on the include paths shown by "-v". But of course there is that .hmap file....
Setting USE_HEADERMAP = NO fixed the problem instantly.
Andrew |
_______________________________________________
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