Subclasses in Frameworks
Subclasses in Frameworks
- Subject: Subclasses in Frameworks
- From: Daniel Hazelbaker <email@hidden>
- Date: Tue, 31 Aug 2004 12:47:42 -0700
I have a few classes that I use as the basis for framework plugin's to
inherit from, one in particular is called facilityService. Framework
plugins derive subclasses from this parent class to provide "services"
to the main application. I have never seen these errors while running
inside of XCode in the run log, but when I run from the command line I
get a bunch of "facilityService" classes defined in both (main app) and
(plugin) using (plugin) for declaration.
In order to not get link errors I have had to link the facilityService
class into all of the plugins, and that would seem to be what is giving
me the warnings. Am I doing something wrong or is that "just the way
it is?"
Daniel
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.