• 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: Speeding up XCode?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Speeding up XCode?


  • Subject: Re: Speeding up XCode?
  • From: James Bucanek <email@hidden>
  • Date: Sat, 22 Oct 2005 12:31:53 -0700

Robert Dell wrote on Saturday, October 22, 2005:

>i can't believe it! upgraded developer tools from ADC and xcode has no lag at
>all saving my large file!  this makes programming a breeze instead of a chore.
>too bad i can't do a batch compile,

If the different versions of your application are built using different targets, create an aggregate target.

If the different versions of your application are built with different projects, create a master project that has an aggregate target with cross-project dependencies.

If the different versions are created by different build configurations, or a combination of targets projects and configurations, then use the xcodebuild tool. Create a simple shell script to build each configuration one after the other. If you want to do this within Xcode, create an aggregate target with a custom build script phase that calls xcodebuild to build each configuration.

xcodebuild can also pass in its own build settings, meaning that you can build with special settings not in any of your build configurations.

--
James Bucanek
 _______________________________________________
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

References: 
 >Re: Speeding up XCode? (From: Robert Dell <email@hidden>)

  • Prev by Date: Re: static libraries
  • Next by Date: Release_settings
  • Previous by thread: Re: Speeding up XCode?
  • Next by thread: Re: Speeding up XCode?
  • Index(es):
    • Date
    • Thread