Single Target -> multiple executables
Single Target -> multiple executables
- Subject: Single Target -> multiple executables
- From: Matt Gough <email@hidden>
- Date: Mon, 8 Mar 2004 17:14:53 +0000
I am trying to get XCode to generate different executables for the
Development and Deployment builds of my app (as well as keeping all the
intermediate files separate for each build style.)
After some looking through this list and the man page for xcodebuild, I
thought that I had cracked it by setting up SYMROOT for each build
style as follows:
SYMROOT = "$(value)/Development.build"
and
SYMROOT = "$(value)/Deployment.build"
With these changes, my two build styles do indeed get built in separate
directories. Unfortunately it is now no longer possible to Run or debug
the app from Code, since it is not in the same place as specified in
the 'Path to Executable....' option (which is not Build-style specific)
So, apart from using multiple Targets, is there any way of doing this?
It would seem a shame to have to go down the multiple target route and
have to make sure I keep them both in-sync.
Matt Gough
_______________________________________________
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.