• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
App, frameworks, and plugins
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: seg1addr question
  • Next by Date: using dwarf outside of Xcode, say with configure/make
  • Previous by thread: Fix & Continue still broken?
  • Next by thread: using dwarf outside of Xcode, say with configure/make
  • Index(es):
    • Date
    • Thread