Re: Can't copy packing into package
Re: Can't copy packing into package
- Subject: Re: Can't copy packing into package
- From: Trygve Inda <email@hidden>
- Date: Sun, 15 Jun 2008 20:52:03 +0000
- Thread-topic: Can't copy packing into package
>
> On Jun 14, 2008, at 11:39 PM, Trygve Inda wrote:
>
>> I have created a Copy Files build step, but Xcode does not seem to
>> like the
>> fact that it is a bundle and not a file.
>
>
> How do you come to the conclusion that the problem is caused by the
> bundle? Xcode's copy files build phase can copy bundles, so I don't
> think that's the problem. Please provide a bit more information: How
> did you set up the copy files build phase? Do you get any warning /
> error messages when the copy files build phase fails?
I drag my bundle into xcode and select "Create folder reference"
Then in my Copy Files step I tell it to put it in the Project directory. It
doesn't put it anywhere.
My structure looks like:
[ ] Application
[ ] build
[ ] Release
[ ] myApp
[ ] Contents
[ ] PlugIns
[ ] myPlugIn1.plugin
[ ] myPlugIn1.data
[ ] myPlugIn1 (xcode project in here)
[ ] myPlugIn2
In myPlugIn1 Xcode project I have the output set to build it to the above
structure and myPlugIn.data is within myPlugInBuild. I have set a Copy Files
step to try and put it in the same output directory as the build, but it
does not work.
The .plugin compiled output ends up in the right place, but I am also trying
to copy a data file to the same location. It works if I use a script and
unix copy tool, but not with Copy Files.
Thoughts?
Trygve
_______________________________________________
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