[MacRuby-devel] debugger

2011-06-12 Thread Pavlos Vinieratos
hello. will Xcode have a macruby debugger at some point, like ruby in steel? thanks ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Re: [MacRuby-devel] MacRuby objects in IB in Xcode4

2011-06-12 Thread Mark Rada
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 wrote: > On Sun, Jun 12, 2011 at 12:27, Eloy Duran wrote: >> Are you defining the ‘action’ metho

[MacRuby-devel] code completion in Xcode4

2011-06-12 Thread Jakub Suder
Hi, I wanted to ask about code completion (i.e. the method name suggestions that you get while typing) for MacRuby in Xcode4 - is this something that you're working on or something that we shouldn't count on for now? JS ___ MacRuby-devel mailing list Ma

Re: [MacRuby-devel] MacRuby objects in IB in Xcode4

2011-06-12 Thread Jakub Suder
On Sun, Jun 12, 2011 at 12:27, Eloy Duran 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

Re: [MacRuby-devel] MacRuby embeddable in non-GC Cocoa apps?

2011-06-12 Thread Matt Aimonetti
No, at least not at the moment :( - Matt Sent from my iPhone On Jun 12, 2011, at 13:00, Frank Illenberger wrote: > Hi there, > > is there a way to use MacRuby within Cocoa apps that do not use GC but > classic retain/release or a similar memory-management technique that Apple > might announ

[MacRuby-devel] MacRuby embeddable in non-GC Cocoa apps?

2011-06-12 Thread Frank Illenberger
Hi there, is there a way to use MacRuby within Cocoa apps that do not use GC but classic retain/release or a similar memory-management technique that Apple might announce? Cheers Frank ___ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.o

[MacRuby-devel] Keep getting signature error on submission to mac app store

2011-06-12 Thread az...@gmx.net
Anyone got a step-by-step showing us how to submit an app to the Mac app store? I'm able to submit my app, but I get an email saying: - Invalid Signature - This error occurs when you have signed your app's installer incorrectly. There are two certs required for this process: the "3rd Party M

Re: [MacRuby-devel] MacRuby objects in IB in Xcode4

2011-06-12 Thread Eloy Duran
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 On 11 jun 2011, at 21:46, Jakub Suder wrote: > Hi

Re: [MacRuby-devel] OS/arch support

2011-06-12 Thread Eloy Duran
In case you want 32-bit support, you will have to build your own MacRuby from source. The reason we don't provide binary installers for it anymore is because nobody on the team has 32-bit machines anymore and thus we can't ensure it will work 100%. To compile MacRuby as a universal binary: $