How to get list of symbols defined in a .a static library?
How to get list of symbols defined in a .a static library?
- Subject: How to get list of symbols defined in a .a static library?
- From: Jerry Krinock <email@hidden>
- Date: Wed, 20 Sep 2006 16:06:05 -0700
- Thread-topic: How to get list of symbols defined in a .a static library?
I have a Cocoa tool project which links in a static library. The library
contains a category on NSObject, and this category contains the
implementation for a method which is declared in a protocol.
My tool invokes this method. The compiler is apparently happy with the
protocol, but my method is not found at runtime.
I remember there is some command-line magic you can invoke on a .a library
file which prints out all of the symbols which are defined in the library.
Could someone please refresh my memory on how to do that, or is there a
better way?
Thanks!
Jerry Krinock
_______________________________________________
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