Re: [MacRuby-devel] MacRuby on Mavericks (or go to RubyMotion?)

2013-11-22 Thread rob ista
dead, long live RubyMotion :))) cheers, Rob On 07 Nov 2013, at 03:00, macruby-devel-requ...@lists.macosforge.org wrote: > > Today's Topics: > > 1. Re: MacRuby on Mavericks (rob ista) > 2. Re: MacRuby on Ma

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-10 Thread rob ista
Isn’t it enough to have a Class.h file as company of the Ruby.rb file like: // AppDelegate.h #import @interface AppDelegate : NSWindowController { IBOutlet NSWindow *window; IBOutlet NSButton *homeButton; . . . etc etc } - (IBAction)loadStore:(id)sender; - (IBAction)sortContacts:(

Re: [MacRuby-devel] MacRuby on Mavericks

2013-11-06 Thread rob ista
Hi All, indeed the GC is still there on Mavericks and needs to be ‘required’ in Xcode while disabling ARC to avoid a conflict (thanks Steve). So far so good. I guess I had too many probe at the same time :). The malfunctioning again of the IB in Xcode5 with the outlets can be solved with the e

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread rob ista
Steve? Where is it then? Is it de-activated or sth? When I try to run a simple macruby app in xcode i get an error message that the GC is depreciated. Rob The garbage collector is deprecated but it's still there in Mavericks. Steve ___ MacRuby-devel

Re: [MacRuby-devel] Mavericks and Macruby

2013-11-03 Thread rob ista
Oooops, yes Stephen, of course the GC is depreciated. Obviously my brain didn’t want to accept that so i just forgot :))) … well, so far MacRuby and the current AppStore apps. I pulled them out. First i thought that the small ones without gems still worked, but they’ll crash sooner or later. I

[MacRuby-devel] Mavericks and Macruby

2013-11-02 Thread rob ista
Something seems to be broken since the upgrade to Mavericks. Macgems don’t want to load anymore: Robs-iMac:~ rob$ macgem list /usr/local/bin/macgem:9:in `': undefined method `summary_indent=' for class `OptionParser' (NameError) This is just an example. A ‘require macgems’ followed by e.g. ‘re

Re: [MacRuby-devel] Appstore rules on symlinks Macruby

2012-06-11 Thread Rob Ista
oks", and the symlink materialization problem is something that > still needs to be dealt with, but for the time being a stock MacRuby > installation should now be passing app store automatic validation. > > Opening tickets on github for some of the things you've outlin

Re: [MacRuby-devel] Appstore rules on symlinks Macruby

2012-06-04 Thread rob ista
lor, via email, send a message with subject or body 'help' tomacruby-devel-requ...@lists.macosforge.orgYou can reach the person managing the list atmacruby-devel-owner@lists.macosforgeorgWhen replying, please edit your Subject lin

Re: [MacRuby-devel] Appstore rules on symlinks Macruby framework changed ?

2012-05-09 Thread Rob Ista
"B", "C", etc. As for >> "Current" not being a symlink, that does seem like a bug. Would you mind >> filing it as such so that we don't loose track of it? >> >> - Josh >> On Saturday, May 5, 2012 at 8:27 PM, Rob Ista wrote: >>

[MacRuby-devel] Appstore rules on symlinks Macruby framework changed ?

2012-05-05 Thread Rob Ista
Hi all, it seems that the Appstore validation has sharpened its control (again) … submitting an app now is rejected because the Macruby framework does not comply to the official Anatomy of Framework Bundles … There should be a symbolic "Current" resolving to "A" ... in the Macruby Framework thi

Re: [MacRuby-devel] App Store

2012-04-23 Thread Rob Ista
@Daniel, I am a bit confused here .. a few weeks ago the deploy seemed to work including the code signing … now it just hangs for a while and crashes with "Argument list too long" .. is there something changed? Rob Daniel Westendorf daniel at prowestech.com Thu Mar 29 11:50:16 PDT 2012

Re: [MacRuby-devel] App Store

2012-03-15 Thread Rob Ista
Yes, I have a Macruby app in the store for almost a year now ( http://itunes.apple.com/us/app/subtitleresync/id435993360?mt=12 ) … I must admit that i still develop on a separate machine with SL and Xcode 4.0.2 because i want to stay compatible with SL too for the time being (I test it on Lion

Re: [MacRuby-devel] Noob q: Press any key to cancel

2011-12-07 Thread Rob Ista
es to communicate? Terry On 6/12/2011, at 11:43 AM, Rob Ista wrote: Hi, i have broken my braincells while trying to find a simple solution for interrupting a potentially long running calculation loop. A key event seems to wait until the app gets back to the main loop, a system("stty

[MacRuby-devel] Noob q: Press any key to cancel

2011-12-05 Thread Rob Ista
Hi, i have broken my braincells while trying to find a simple solution for interrupting a potentially long running calculation loop. A key event seems to wait until the app gets back to the main loop, a system("stty raw -echo") just hangs, gets and read.non-block either wait or want a enter to

Re: [MacRuby-devel] symbol not found: _rb_str_freeze

2011-11-17 Thread Rob Ista
Well Jean-Denis .. thank you so much for a few solutions for questions that i posted but remained unanswered until now ;-) … one thing still left though : do you (or somebody else) have a solution for automatic code-signing of the private frameworks and "loose" dylibs too? (and with that may be

[MacRuby-devel] Other private frameworks

2011-11-13 Thread Rob Ista
Hi, does anyone have experience embedding other frameworks or dylibs in an employed app? The "build for archive" runs fine but "archive" itself crashes complaint that "the application bundle was not found" but i assume that the other frameworks were not found or embedded. The app runs fine witho

[MacRuby-devel] MacRuby app store guide

2011-10-25 Thread Rob Ista
another app. Elliot is right, as you can read in the response from the review team, "your app has proceeded to review, but . . . . " Rob > > Rob, have you tried to use codesign as Eliott suggested in his blog post? > > - Matt > > On Mon, Oct 24, 2011 at 4:19 AM, ro

Re: [MacRuby-devel] MacRuby app store guide

2011-10-24 Thread rob ista
I don't know if this is a xcode bug .. I'm still developing on SL with xcode 4.0.2 because Lion and 4.2 gives me too much trouble and crashes. The automated response in the review process about the codesigning  is quite new and I have not seen it before (on the same delvelopment machine with the sa

[MacRuby-devel] pkg doesn't install from GUI but does from terminal

2011-04-23 Thread Rob Ista
hi all, does anyone have experience with archiving macruby apps? I can't get the pkg file to install from the desktop but running installer from a terminal just runs fine .. i get a "x can't be installed on this computer" when i double-click on the pkg ... the imac is a core duo 2 .. osx 10.

[MacRuby-devel] Deploying a macruby document based app

2011-04-10 Thread Rob Ista MM
Hi all, My document based app runs fine on a mac with the framework installed (macruby 0.10, xcode4) but macruby_deploy seems to fail in building a working app. I think i have implemented all the required overrides, but obviously i am overlooking something Ofc i did set the class in the plist.