App, frameworks, and plugins
App, frameworks, and plugins
- Subject: App, frameworks, and plugins
- From: Marc Respass <email@hidden>
- Date: Thu, 25 May 2006 15:51:34 -0400
Hi
My application is made up of the app and set of plugins. Most of the
plugins will use have a class that inherits from a common superclass.
I put that superclass in a framework, built the framework, and
include it in the application's bundle. When I build my plugin, it
links against the framework. When I run the app, I get "selector not
recognized" error when the plugin tries to invoke a method in the
superclass.
For clarification, here is the app bundle
My.app/Contents/Frameworks/MERWebService.framework
My.app/Contents/PlugIns/AuthenticationModule.bundle
AuthenticationModule.bundle has a class which is the subclass of a
class in MERWebService.framework.
I've had times when the framework is not found and the error is along
the lines of can't find framework. This is just quietly saying it
can't find a method which I know is in the superclass.
Any ideas? Maybe I need to build the plugin by pointing to the
framework that is inside the app or maybe there's a place to specify
where it finds the framework like specifying the Framework Search
Paths? I thought that was for building only though.
Thanks a lot
Marc
_______________________________________________
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