Re: How do you build unified Production/Debug/Profile frameworks?
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