vote up 2 vote down star

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!

flag

80% accept rate

1 Answer

vote up 1 vote down

I ran into what sounds like the same problem. I worked around it by explicitly creating actions and outlets and hooking them up in IB 3.0, then switching back to XCode 3.2. I don't know yet if this will cause me problems down the road.

link|flag
Makes sense, but it doesn't really solve the problem. Others seem to be using it successfully – I wonder why we're different? – arbales Sep 18 at 4:58
Have you tried explicitly creating the actions and outlets? Because that's what I would have recommended. Switching to IB 3.0 is a little weird though. I've run into a lot of cases, but in RubyCocoa and with iPhone development, where I expected those to already be present, but they weren't, and I just had to put them in manually and it generally worked. – Bob Aman Sep 23 at 4:19
I did create IBOutlets, but it didn't seem to effect IB at all. – arbales Oct 15 at 5:59

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.