• 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: How do you build unified Production/Debug/Profile frameworks?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How do you build unified Production/Debug/Profile frameworks?


  • Subject: Re: How do you build unified Production/Debug/Profile frameworks?
  • From: Daniel Jalkut <email@hidden>
  • Date: Thu, 19 Jan 2006 17:51:30 -0500

While not exceedingly simple, if I wanted to do this I'd probably add three separate targets to my project. The three targets are identical except for whatever flags produce the desired differences for debug, production, and profile.  Then add the debug and profile targets as dependencies to the production one, and add a shell script phase to the production target to manually copy in the binaries from the other targets and rename them with the appropriate suffixes.

Daniel

On Jan 19, 2006, at 3:57 PM, Sean McBride wrote:

-rwxr-xr-x    1 root  wheel  1227724 Jan 16 21:04 CoreFoundation*

-rwxr-xr-x    1 root  wheel  6564688 Dec 25 18:04 CoreFoundation_debug*

-rwxr-xr-x    1 root  wheel  2454936 Dec 25 18:06 CoreFoundation_profile*


I would like to do this for my own frameworks. Is there an easy way to

set this up in Xcode?


No. :(


 _______________________________________________
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: 
 >How do you build unified Production/Debug/Profile frameworks? (From: "E. Wing" <email@hidden>)
 >Re: How do you build unified Production/Debug/Profile frameworks? (From: "Sean McBride" <email@hidden>)

  • Prev by Date: Re: Problems compiling project with x86 .asm files as Universal Binary
  • Next by Date: Re: prebinding framework
  • Previous by thread: Re: How do you build unified Production/Debug/Profile frameworks?
  • Next by thread: After 2.2.1: 'AliasRecord' has no member named 'aliasSize'. UNTRUE!!
  • Index(es):
    • Date
    • Thread