Dylib and parent application symbol access
Dylib and parent application symbol access
- Subject: Dylib and parent application symbol access
- From: mark <email@hidden>
- Date: Tue, 10 Jan 2012 12:26:44 +1300
I have an application APP which exports symbols to a runtime loadable
dylib LIB.
LIB is a plugin for APP.
LIB won't link because it can't find APP's symbols.
I can't used the -bundle_loader flag. It will not work with a dynamic library.
I have tried adding the APP's executable to the project and tried
using rpath (to the APP's executable directory).
That doesn't work.
The APP's symbols ARE exported and visible (I have a seperate
loadable NSBundle project and it can see them).
How do I get the LIB to link against the APP?
TIA
Mark
PS What is wrong with search.lists.apple.com?
_______________________________________________
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