Plugin Framework
Plugin Framework
- Subject: Plugin Framework
- From: The Amazing Llama <email@hidden>
- Date: Sun, 5 Oct 2003 17:58:01 -0700
I'm trying to build an application using a plugin structure, with all
plugins' primary classes being subclasses of a superclass I provide in
a framework. All targets (framework, plugins, and application) are
build in the same project.
This means that the plugins must link against the Framework, and both
plugins and framework are copied into the app bundle by the application
target's build settings.
Everything builds and works, but for each plugin, I get the warning:
can't open dynamic library:
@executable_path/../Frameworks/FrameworkName.framework/Versions/A/
FrameworkName
Which makes perfect sense, as the framework is not in the executable
until after the app is built, which is after all the plugins are built
(Well; it almost makes sense; my explanation only makes sense on clean
rebuilds).
I have tried to search Mamasam for a solution, but it doesn't like
apostrophes ("can't") or punctuation ("@executable_path") in it's
search strings.
While this doesn't actually seem to cause any problems, it's annoying.
There has to be a way around this, but I can't figure it out. Any
suggestions?
Seth A. Roby The Amazing Llama < mail or AIM me at tallama at mac dot
com>
"Life is like an exploded clown. It's really funny until you figure out
what just happened."
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.