From: Dan W. <dwe...@ri...> - 2003-11-29 22:26:36
|
This may seem like a stupid question, but I can't seem to figure it out on my own. My rubycocoa application has two classes derived from NSObject. One is a standard AppController, and the other is just a simple support class. When I build my application it comes up with "Unknown class `AppController' in nib file, using `NSObject' instead." The same error occurs with my other class. I checked and all of the examples build fine. I have gone through every piece of code in the samples to try and find out what I'm missing, but I can't find anything. My class files are named the exact class name in IB (including case). They are in the same folder as the project file. I have all my require and includes, and my class definitions are in the exact same format as in the examples. I have looked through all the documentation, the examples, and the list archives, but I can't find any reference to any additional step I may have neglected to take. It seems like it should be something pretty simple, a stupid mistake even, but I just can't figure it out. Thanks in advance. -Dan Weinand |