PrefPane won't load with two classes
PrefPane won't load with two classes
- Subject: PrefPane won't load with two classes
- From: Trygve Inda <email@hidden>
- Date: Tue, 15 Aug 2006 18:46:33 +0000
- Thread-topic: PrefPane won't load with two classes
I have a System Preference Pane that was working fine as a single class.
@interface ComMyCompanyMyAppPrefPane : NSPreferencePane
I wanted to add a second class to handle some things so I added:
@interface TrygvesOtherClass : NSObject
TrygvesOtherClass.m and TrygvesOtherClass.h have only the default Xcode
content - no variables or methods.
Now when I compile it and try to load it with System preferences I get a
message that my Pref pane can't be loaded. Why?
How can I create a Pref Pane that uses multiple classes?
Thanks,
Trygve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden