• 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: Embedded Framework stripping
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Embedded Framework stripping


  • Subject: Re: Embedded Framework stripping
  • From: Chris Espinosa <email@hidden>
  • Date: Fri, 22 Feb 2008 09:24:56 -0700

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


  • Follow-Ups:
    • Re: Embedded Framework stripping
      • From: David Rogers <email@hidden>
References: 
 >Embedded Framework stripping (From: David Rogers <email@hidden>)

  • Prev by Date: Re: linking problem with SDK dylib vs. system dylib
  • Next by Date: Re: Embedded Framework stripping
  • Previous by thread: Re: Embedded Framework stripping
  • Next by thread: Re: Embedded Framework stripping
  • Index(es):
    • Date
    • Thread