My problem is that the application cannot find a symbol which is in
the static lib. If I run nm on the static lib I can see the symbol.
If I run nm on the framework I can see symbols from the static lib
which ( I'm guessing this is the reason ) the framework is using,
but not the symbol I want to be able to call from the app.
Does anyone have any idea what might be going on ?
Try linking the framework using the -all_load linker option. If the
framework is linked using G++ you'll most likely get a bunch of
multiple symbol warnings, but that's OK unless the framework is using
a flat namespace.
_______________________________________________
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