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
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:(
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
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
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
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
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
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
"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:
>>
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
@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
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
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
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
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
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
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
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
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.
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.
20 matches
Mail list logo