Re: Dependency analysis failing - FIX (Re: What are your top desired improvements in Xcode ?)
Re: Dependency analysis failing - FIX (Re: What are your top desired improvements in Xcode ?)
- Subject: Re: Dependency analysis failing - FIX (Re: What are your top desired improvements in Xcode ?)
- From: Jim Wintermyre <email@hidden>
- Date: Mon, 19 Feb 2007 13:07:21 -0800
> How it is possible that compiler do not see modified header?
A workaround that's always sorted it out for me so far is to add the
offending header into the project directly. Never had a problem noticing
changes in .h files that were in the project, and never fails to notice them
once added.
Another reason to add .h files to the project - if you double-click
the header name in an '#include "MyHeader.h"' in some .c file in your
project, then select "Open Quickly", XCode will fail to find the
header if it's only included via a recursive header search path (and
isn't included directly in the project). Radar 5006143.
Jim
_______________________________________________
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