Re: Can I force XCode to place my product where I want it?
Re: Can I force XCode to place my product where I want it?
- Subject: Re: Can I force XCode to place my product where I want it?
- From: Chris Espinosa <email@hidden>
- Date: Wed, 14 Sep 2005 05:22:39 -0700
On Sep 13, 2005, at 9:49 PM, Yves Poissant wrote:
I have a ton of plugins. Each plugin have its own folder and XCode
project. For example. some plugins have the "iio" extension. The
folder structure looks like this :
- somepathname //a path of Folders
- Image Formats //a Folder
- TGA //a Folder
- build //a Folder
- TGA.iio //The plugin product file
- TGA.build //a Folder
- TGA.build //a Folder
- Script-4E72C3810614E19F00CF2DES.sh
- TGA.xcodeproj //The plugin project file
- //All the files required to build TGA plugin
Currently, the "TGA.iio" product file is placed in "build" folder. I
want it to be placed in the "Image Formats" folder. I tried to change
"Place Build Products" in" "Custom Location" where the custom location
is "somepathname/Image Formats/TGA/.." instead of "somepathname/Image
Formats/TGA/build" but I get a build error when the shell script
"Script-4E72C3810614E19F00CF2DES.sh" located in the second "TGA.build"
folder is executed because it tried to copy the file onto itself.
After trying several other options, including one that crashes XCode,
I come to the conclusion that this either cannot be done or I just
can't figure it (being a Windows software developer, it could very
well be the case).
Set "Deployment Location" to the path you want the product installed in
and check the "Deployment Postprocessing" checkbox.
And please file a bug on the crash you experienced.
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