Re: XCode 2.1 vs. 2.2
Re: XCode 2.1 vs. 2.2
- Subject: Re: XCode 2.1 vs. 2.2
- From: Chris Espinosa <email@hidden>
- Date: Mon, 6 Mar 2006 08:00:33 -0800
On Mar 6, 2006, at 2:29 AM, Dieter Oberkofler wrote: I testing XCode 2.2 and when building a project with 2.2 i get a lot of warnings like "warning: no rule to process '$(PROJECT_DIR)/../src/ptk/kcb.h'" for all my include files. Is this on purpose and why would XCode 2.2 now want to build those files?
You get this if you've added .h files into the Compile Files build phase. Select the build phase, type ".h" into the search field, select all the files and press "delete".
Disclaimer: I won't be held responsible for accidental deletion of files caused by wrongly following badly-written instructions.
Jerry
Thank you! Is there a specific reason for XCode 2.2 to have changed this from 2.1?
These files were probably always in that build phase, but in Xcode 2.2 we actually attempt to build them according to rules set for that file type; in previous versions of Xcode, extra files in the Compile Sources build phase were ignored silently. This was reported as a bug and fixed as such.
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