Exporting symbols from a Framework
Exporting symbols from a Framework
- Subject: Exporting symbols from a Framework
- From: Orson Bushnell <email@hidden>
- Date: Tue, 1 Mar 2005 12:32:25 -0700
I am trying to export symbols from a framework that I created. The
problem appears to be that the linker is trying to link the same symbol
twice. The symbol name is '__ZTv0_n12_NSoD0Ev.' This is a C++ mangled
name. It is the first symbol that the linker tries to find.
If I add the symbol to the 'Exported Symbols File' without any other
symbols the linker fails to find the other symbols, as expected.
When I add symbols to the file in the order in which the linker
searches for them, the linker fails to find the symbol when there are 6
symbols in the file.
Orson Bushnell
_______________________________________________
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