Re: Universal Binaries for an app built with different SDK versions
Re: Universal Binaries for an app built with different SDK versions
- Subject: Re: Universal Binaries for an app built with different SDK versions
- From: Shawn Erickson <email@hidden>
- Date: Tue, 17 Jan 2006 14:23:15 -0800
On 1/17/06, Steve Mills <email@hidden> wrote:
> So I finally got a chance to look at code size and stripping today
> after converting one of our small projects to Xcode. (When I say
> small, I mean the app code is only a couple hundred lines, but the
> supporting app framework is still there.) The executable is 28M - the
> CW version is 1.7M. I checked the project settings and everything
> with "strip" in its name is turned on. I read strip's man page and
> wasn't sure of which options I should use, to I just typed "strip /
> path/to/app/executable" and it magically (at least it's magic to me)
> reduced it to 1.2M. Of course, I guess I should be using one of
> strip's options, because when I sample it there are no function names
> (which I'd prefer to keep). Any hints?
man xcodebuild and look for the "install" action.
-Shawn
_______________________________________________
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