Re: cp from Xcode Shell script target
Re: cp from Xcode Shell script target
- Subject: Re: cp from Xcode Shell script target
- From: "Paul Sanders" <email@hidden>
- Date: Thu, 4 Mar 2010 22:06:34 -0000
It might be a symbolic links issue. I know that frameworks use
these to indicate the current version so you would want them
(or, rather, the internal structure of the framework that they
represent) to be preserved.
That said, I'm, not quite sure what magical incantation of flags
to cp would achieve it. You might need to re-establish the
links yourself in the copied framework (using ln -s) after
copying the files across.
Paul Sanders.
----- Original Message -----
From: "JT Burgess" <email@hidden>
To: "Paul Sanders" <email@hidden>
Cc: <email@hidden>
Sent: Thursday, March 04, 2010 9:43 PM
Subject: Re: cp from Xcode Shell script target
Hmm, it seems that the /bin/cp is actually the bad one, and yet
still
the one I want to use.
I have coreutils installed through MacPorts, and that one does
the
copy properly. Unfortunately, this is just on my development
machine,
and we have a build machine elsewhere which I believe we do not
want
to have to do crazy things to the environment, like installing
coreutils.
which cp: /opt/local/bin/cp
whereis cp: /bin/cp
Is there a different set of options I should be passing to cp in
this
case? It looks like all the paths/permission are getting copied
properly, but as long as I'm using /bin/cp for copying the
Framework,
I can't get the app to run.
_______________________________________________
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