Re: Bundle loading problem
Re: Bundle loading problem
- Subject: Re: Bundle loading problem
- From: Dave Rosborough <email@hidden>
- Date: Sun, 19 Oct 2003 17:39:02 -0700
On Sunday, October 19, 2003, at 04:44 PM, Ambroise Confetti wrote:
Update: I just read your message again, and it seems you're trying to
implement your plug-in as a framework. A plug-in should be a bundle
that USES a framework. You provide that framework to the plug-in
developers as developer of the main application.
Sorry that I was unclear. I was in fact doing it as you describe.
I found the problem - I was declaring this abstract class in the
framework, but also declaring it in the app that was trying to load the
plug-ins. I removed the abstract class from my app, and instead linked
to the framework (because I'm also declaring subclasses of my abstract
class directly in the app, at least temporarily). Getting rid of this
duplication fixed the problem.
Thanks!
Dave R
_______________________________________________
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.