So, I'm trying to work on a RubyCocoa project with XCode 3.2 and Snow Leopard 10.6.1 –
I opened XCode to find it sort of borked, so I reinstalled XCode from the download on ADC. Then, I installed the RubyCocoa templates by downloading from SVN and running the install.rb scripts - now the RubyCocoa templates are back.
I create a subclass of OSX::NSObject (AppControler) and add an outlet for the window.
Then, when I launch IB, I drag over an NSObject and name it AppController. However, it has no outlets, and I can't seem to do anything with it. Am I missing something?
Even if I open old projects, all the connections between my controllers and my interface are dead!
