• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Single Target -> multiple executables
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.


  • Prev by Date: Re: BBEdit-like Philip Bar in XCode?
  • Next by Date: 10.2.8?
  • Previous by thread: Re: BBEdit-like Philip Bar in XCode?
  • Next by thread: Single Target -> multiple executables
  • Index(es):
    • Date
    • Thread