• 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
Re: Deployment location confusion
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deployment location confusion


  • Subject: Re: Deployment location confusion
  • From: Shawn Erickson <email@hidden>
  • Date: Wed, 14 Jul 2004 07:34:19 -0700

On Jul 14, 2004, at 2:25 AM, Sascha Kratky wrote:

Hi,

I want configure my XCode project's deployment locations in the following way:
executables built using the Development build style should go into the "build" folder in the project folder
executables built using the Deployment build style should go into the project folder directly


How do I have to configure the location settings in the General Pane of the Project Info, the Build Style Pane and the Target settings to make XCode produce the executables at the desired locations? I couldn't figure it out myself.

Simply bring up the Project info panel (click on the project node in the tree and get info). Click on the "Styles" tab. Then set the "Development Build Products Path" to override the default for that style. I am using Xcode 1.5 at the moment so I not sure the same name is used in 1.2 or not.


Anyway another option is to add a copy phase that does what you want.

Finally Xcode has the concept of install location. You can make that what ever you want and then do an install build (pbxbuild -install from the command line) and it will build things then copy the final product to the install location.

-Shawn
_______________________________________________
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.


References: 
 >Deployment location confusion (From: Sascha Kratky <email@hidden>)

  • Prev by Date: Java dev in XCode & CLASSPATH
  • Next by Date: How can I get the source code?
  • Previous by thread: Deployment location confusion
  • Next by thread: Java dev in XCode & CLASSPATH
  • Index(es):
    • Date
    • Thread