Re: Copy Files Build Phase & Dependent target executables
Re: Copy Files Build Phase & Dependent target executables
- Subject: Re: Copy Files Build Phase & Dependent target executables
- From: Chris Espinosa <email@hidden>
- Date: Fri, 20 Mar 2009 07:59:27 -0700
On Mar 20, 2009, at 12:34 AM, Steve Cronin wrote: I have a helper app that I want to deliver with the main app. I have a target dependency setup in XC3. What I am have trouble with is tell XCode to copy the executable for the dependent target.
I have a Copy Files Build Phase set up but I remain bamboozled by how to put the executables in side. The normal drag mechanism does not work. There is no response to the drag over event.
I have another situation where I have a similar requirement and I can see the dependent executables in the Copy Files Build Phase So I know this is possible but I can't seem to get it figured out.
This is a typical confusion, don't be hard on yourself.
You want to drag the build product from the Products group. That's the thing that Building creates. The "executable" is just a proxy for how to launch the build product, and can actually represent an entirely different entity, e.g. if the build product is a framework, the executable could be a test jig that exercises the framework.
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