Re: Post link build step
Re: Post link build step
- Subject: Re: Post link build step
- From: David Dunham <email@hidden>
- Date: Fri, 6 Oct 2006 11:20:46 -0700
On 6 Oct 2006, at 10:49, Wesley Smith wrote:
I'm trying to figure out how to move my xcode compiled app to another
directory using a build step. I basically just want to do mv
myapp.app ../../ . I've tried using a custom shell script that did
this, but I got a file not found error. Is there a more
straightforward way to do this?
I'd go with a script. You almost certainly got the error because,
well, the file wasn't found. I'd focus on getting the path right.
Were you using the environment variables that relate to build
directories, like TARGET_BUILD_DIR?
David Dunham A Sharp, LLC
Voice/Fax: 206 783 7404 http://a-sharp.com
"People seem to misinterpret complexity as sophistication" -- Niklaus
Wirth
_______________________________________________
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