Framework inside an iPhoto plugin
Framework inside an iPhoto plugin
- Subject: Framework inside an iPhoto plugin
- From: Rob In der Maur <email@hidden>
- Date: Mon, 23 Feb 2004 14:07:24 +0100
Hi all,
I'm building an iPhoto plugin that is using the excellent Excelsior
framework for (un-)marshalling XML into objects and vice-versa.
Today I moved the framework from one place on my system to another, and
now iPhoto is not loading the plugin properly anymore because it (or
the plugin) cannot find the framework on its original location. Somehow
I've made the plugin, iPhoto or even Mac OS X believe the framework is
to be found on that place only.
I've looked at prebinding, etc. but I don't understand how to fix this.
Do I need to update the prebinding of iPhoto (tried that, didn't work),
do I need to rebuilt my plugin such that it references the framework
properly (relative to the project that is, not sure how to do that
properly but tried several settings).
I've added a copy files phase to my plugin target and as an end result
of my build, I can see a Frameworks subdirectory containing the
framework inside my plugin. But, as said above, it is not being used.
How do I 'statically link' the framework in my plugin, so my plugin
knows to look into its own directoy to find the framework. Do I need to
rebuild the framework.... I'm puzzled....
Any help appreciated...
cheers
- Rob In der Maur
_______________________________________________
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.