Symbol export issue
Symbol export issue
- Subject: Symbol export issue
- From: Jim Wintermyre <email@hidden>
- Date: Thu, 31 Aug 2006 19:17:22 -0700
I'm running into an issue with exporting symbols. I specify an
exports file in my project (a framework). However, I want to export
both the symbols in the exports file, and some additional symbols
which are marked with __attribute__((visibility("default"))) in the
code. Unfortunately, it appears that if an exports file is
specified, then ONLY those symbols in the exports file are ever
exported.
Is there some setting I'm missing that will enable both methods of
symbol export to work simultaneously? The way the code is currently
set up, it is really inconvenient to try to do all of the symbol
exporting with either just the exports file, or just the
__attribute__ setting.
Thanks,
Jim
_______________________________________________
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