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
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
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
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
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
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
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
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
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:
$