Re: No Build options for Rez phase - Xcode2.4
Re: No Build options for Rez phase - Xcode2.4
- Subject: Re: No Build options for Rez phase - Xcode2.4
- From: Chris Espinosa <email@hidden>
- Date: Thu, 21 Dec 2006 21:38:15 -0800
On Dec 21, 2006, at 6:18 PM, Toby Thain wrote:
I've opened an older Xcode project in Xcode 2.4, converting to .xcodeproj...
In the new project, I cannot set Info -> Build options for the Rez phase of the project - they're just not listed. The only ones listed are 'hammer icon' options. The project does include a 'Resources' group and .r source files.
Do you indeed have a ResourceManager Resources build phase? The Resources build phase doesn't run Rez, it just copies files into the target bundle's Resources folder. You need an actual ResourceManager Resources build phase (select the target and choose Project > Add Build Phase) and the .r files have to be in that build phase in that target. If I create a new project and add a .r to it, with a 'Resources' group, I get Rez options in the Info -> Build panel.
Being in the project and in the Resources group means nothing at build time. To be processed, a file has to be:
- a member of a target - in a build phase
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