Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

App, frameworks, and plugins



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:
http://lists.apple.com/mailman/options/xcode-users/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.