Re: Cocoa-dev Digest, Vol 3, Issue 1030
Re: Cocoa-dev Digest, Vol 3, Issue 1030
- Subject: Re: Cocoa-dev Digest, Vol 3, Issue 1030
- From: Raleigh Ledet <email@hidden>
- Date: Tue, 15 Aug 2006 16:17:04 -0700
Did you set the "Principal Class" to ComMyCompanyMyAppPrefPane in the
properties of your target?
-raleigh
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