Re: Deployment build questions
Re: Deployment build questions
- Subject: Re: Deployment build questions
- From: Robert Cerny <email@hidden>
- Date: Tue, 9 Mar 2004 22:12:24 +0100
Hi David,
close the project, fire the terminal and execute: xcodebuild install
--buildstyle="Deployment" from the project directory. Moving the final
app could be accomplished by using a Copy Files build phase.
HTH
Robert
On 9.3.2004, at 21:05, David Catmull wrote:
I'm trying to create a deployment build of my application, and I can't
figure out how to make it do what I want.
I want the final version of the app to go in a "Release" folder which
is next to the project, just like the "build" folder is. I couldn't
find any symbol to represent the project folder (something similar to
SYSTEM_LIBRARY_DIR and so forth), so I'm assuming a simple relative
path is supposed to work. I set the Installation Path to
"Release/Volley/" (Volley being the name of the product).
So I switch to the Deployment build stye, hit Build, and essentially
nothing happens. It says "build succeeded" (with debug-symbols:off as
expected), but nothing is recompiled, and nothing appears in the
Releases folder. If I then run the app, it runs the one that's in the
build folder.
What am I missing?
--
David Catmull
email@hidden
http://www.uncommonplace.com/
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.