Re: How to strip Cocoa Touch frameworks
Re: How to strip Cocoa Touch frameworks
- Subject: Re: How to strip Cocoa Touch frameworks
- From: Quincey Morris <email@hidden>
- Date: Tue, 27 Dec 2016 13:13:16 -0800
- Feedback-id: 167118m:167118agrif8a:167118sEoIehZHyT:SMTPCORP
On Dec 27, 2016, at 04:09 , Andreas Falkenhahn <email@hidden> wrote:
So how can I tell Xcode to strip *only* the global symbols defined by my framework (except "mytestsymbol") and not any other imports from other frameworks?
The problem is that you’ve left the Xcode world and entered the unix(-ish) executable file format world, so you’re unlikely to get a proper answer here. However, I did find this:
(from 2009) which might be useful to you. Note that this refers to the GCC compiler. The clang compiler probably has similar attributes and options:
but if you run into difficulties you should probably ask on one of the clang.llvm.org mailing lists.
|
_______________________________________________
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