Re: Embedded Framework stripping
Re: Embedded Framework stripping
- Subject: Re: Embedded Framework stripping
- From: David Rogers <email@hidden>
- Date: Fri, 22 Feb 2008 10:46:23 -0600
Very cool. I'll have to give this a try later. Thanks for all the
suggestions!
Dave
On Feb 22, 2008, at 10:24 AM, Chris Espinosa wrote:
On Feb 22, 2008, at 8:12 AM, David Rogers <email@hidden> wrote:
Is it possible to strip symbols out of an embedded framework that
my app does not use? If so, how can I accomplish this? I've been
googling for a couple hours now with no luck.
In the target that builds your framework, add an .exp file that
contains a list of all the symbols your app uses, one per line. (You
can get this information from nm or otool on your linked app.) Then
set the Exported Symbols File build setting to the project-relative
path to that file.
Chris
_______________________________________________
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