Re: [MacRuby-devel] xcode crashed on run button pressed

2012-06-14 Thread Joshua Ballanco
Hi, Can you narrow down what part of your application causes the crash? Have you tried following the instructions on the wiki page for a basic app? If you're still experiencing a crash with that example, there may be a problem with your Xcode install. Cheers, Josh On Wednesday, June 6,

Re: [MacRuby-devel] macgem 'undefined method' error

2012-06-14 Thread Joshua Ballanco
That's a very good point, actually…and as I recall the error used to be more explicit about there being a permissions error. Would you mind filing a ticket on Github so that we can remember to have a look? Thanks! - Josh On Tuesday, June 12, 2012 at 3:45 PM, Jean-Denis MUYS wrote: > OK, wh

Re: [MacRuby-devel] xcode crashed on run button pressed

2012-06-14 Thread Ben Mills
Posting the crash log might help in determining what's going on. http://gist.github.com On Thu, Jun 14, 2012 at 3:03 PM, Joshua Ballanco wrote: > Hi, > > Can you narrow down what part of your application causes the crash? Have > you tried following the instructions on the wiki page for a bas

Re: [MacRuby-devel] gem not loading in MacRuby app

2012-06-14 Thread Joshua Ballanco
Hey Jean-Denis, Glad to hear you got things working. The MacRuby installer should install the MacRuby.framework in /Library/Frameworks/, but there is also the macruby_deploy tool which will copy the framework into your application bundle (so that your customers don't have to have MacRuby instal