[MacRuby-devel] MacRuby objects in IB in Xcode4

Mark Rada mrada at marketcircle.com
Sun Jun 12 17:46:22 PDT 2011


It sounds like you have both Xcode 3 and Xcode 4 on your system. Only the one installed to /Developer will get the MacRuby support in IB. 

Sent from my iDevice

On 2011-06-12, at 17:05, Jakub Suder <jakub.suder at gmail.com> wrote:

> On Sun, Jun 12, 2011 at 12:27, Eloy Duran <eloy.de.enige at gmail.com> wrote:
>> Are you defining the ‘action’ method with a ‘sender’ argument? Because that's the way it's picked up as being a method that should be exposed to IB. E.g.:
>> 
>>  def peelBananas(sender)
>>    # provide your optimized algorithm for peeling bananas
>>  end
> 
> This is funny - I couldn't connect it in Xcode4, so I opened the same
> file in IB from Xcode3 instead, made the connection, saved the file,
> went back to Xcode4 - and now everything was working fine... I swear,
> before when I right-clicked on the object in the sidebar on the left,
> it showed some existing connections with an exclamation mark (as if
> suggesting that it can't see the method anymore) and when I tried to
> drag a connection from a control, the object didn't react on hover at
> all. And after I edited the file in IB3 this suddenly started to work
> as expected.
> 
> JS
> _______________________________________________
> MacRuby-devel mailing list
> MacRuby-devel at lists.macosforge.org
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


More information about the MacRuby-devel mailing list