Hi folks, I must be missing something really simple. I'm running Lion, Xcode 4.1, and the latest MacRuby. When I open a project and try to build it, it gives an Embed issue: "Shell Script Invocation Error. Command /bin/sh failed with exit code 1." It isn't like I don't have sh on my system. Thoughts?
On Sun, 11 Sep 2011 09:41:53 -0400 Timothy Hart <timothy.hart@gmail.com> wrote:
Hi folks,
I must be missing something really simple. I'm running Lion, Xcode 4.1, and the latest MacRuby. When I open a project and try to build it, it gives an Embed issue: "Shell Script Invocation Error. Command /bin/sh failed with exit code 1."
It isn't like I don't have sh on my system. Thoughts?
That probably means that /bin/sh exited with an error, not that it is missing. -- Perry E. Metzger perry@piermont.com
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to. On Sun, Sep 11, 2011 at 9:59 AM, Perry E. Metzger <perry@piermont.com>wrote:
On Sun, 11 Sep 2011 09:41:53 -0400 Timothy Hart <timothy.hart@gmail.com> wrote:
Hi folks,
I must be missing something really simple. I'm running Lion, Xcode 4.1, and the latest MacRuby. When I open a project and try to build it, it gives an Embed issue: "Shell Script Invocation Error. Command /bin/sh failed with exit code 1."
It isn't like I don't have sh on my system. Thoughts?
That probably means that /bin/sh exited with an error, not that it is missing.
-- Perry E. Metzger perry@piermont.com _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ? - Rob
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide ( http://ofps.oreilly.com/titles/9781449380373/index.html). On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ?
- Rob
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On 11 Sep 2011, at 16:30, Timothy Hart wrote:
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide (http://ofps.oreilly.com/titles/9781449380373/index.html).
Does Interface Builder work okay for you as well? some people had problems connecting outlets to actions. Thanks. - Rob
On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ?
- Rob
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
MacRuby does not work with Xcode 4.1, but it OS working with 4.2 betas. Check out macruby.org/trac/ticket/1322 Sent from my iDevice On 2011-09-11, at 12:13, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:30, Timothy Hart wrote:
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide (http://ofps.oreilly.com/titles/9781449380373/index.html).
Does Interface Builder work okay for you as well? some people had problems connecting outlets to actions. Thanks.
- Rob
On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ?
- Rob
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for the IB integration. I worked with Apple to get that fixed & they seeded a fixed version in the last 4.2 betas. I didn't mention that in my book because by the time it will be published, 4.2 will be released. If you don't have a iOS or OS X dev license, you have to wait for 4.2 (probably released in October or so) or use Snow Leopard's version. - Matt Sent from my iPhone On Sep 11, 2011, at 9:54, Mark Rada <mrada@marketcircle.com> wrote:
MacRuby does not work with Xcode 4.1, but it OS working with 4.2 betas. Check out macruby.org/trac/ticket/1322
Sent from my iDevice
On 2011-09-11, at 12:13, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:30, Timothy Hart wrote:
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide (http://ofps.oreilly.com/titles/9781449380373/index.html).
Does Interface Builder work okay for you as well? some people had problems connecting outlets to actions. Thanks.
- Rob
On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ?
- Rob
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
I just tried to get the XCode 4.2 beta but it's saying for iOS developers only (I have an OSX dev licence) - is that a fault on their part or are betas of it usually available for OS X dev licences only? (Or am I looking in the wrong place :/) AstonJ On 11 Sep 2011, at 18:37, Matt Aimonetti wrote:
As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for the IB integration. I worked with Apple to get that fixed & they seeded a fixed version in the last 4.2 betas. I didn't mention that in my book because by the time it will be published, 4.2 will be released.
If you don't have a iOS or OS X dev license, you have to wait for 4.2 (probably released in October or so) or use Snow Leopard's version.
- Matt
Sent from my iPhone
On Sep 11, 2011, at 9:54, Mark Rada <mrada@marketcircle.com> wrote:
MacRuby does not work with Xcode 4.1, but it OS working with 4.2 betas. Check out macruby.org/trac/ticket/1322
Sent from my iDevice
On 2011-09-11, at 12:13, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:30, Timothy Hart wrote:
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide (http://ofps.oreilly.com/titles/9781449380373/index.html).
Does Interface Builder work okay for you as well? some people had problems connecting outlets to actions. Thanks.
- Rob
On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson <rob@flowof.info> wrote:
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ?
- Rob
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
hmm good questions, I only have an iOS license :( - Matt On Sun, Sep 11, 2011 at 10:53 AM, azzzz@gmx.net <azzzz@gmx.net> wrote:
I just tried to get the XCode 4.2 beta but it's saying for iOS developers only (I have an OSX dev licence) - is that a fault on their part or are betas of it usually available for OS X dev licences only? (Or am I looking in the wrong place :/)
AstonJ
On 11 Sep 2011, at 18:37, Matt Aimonetti wrote:
As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for the IB integration. I worked with Apple to get that fixed & they seeded a fixed version in the last 4.2 betas. I didn't mention that in my book because by the time it will be published, 4.2 will be released.
If you don't have a iOS or OS X dev license, you have to wait for 4.2 (probably released in October or so) or use Snow Leopard's version.
- Matt
Sent from my iPhone
On Sep 11, 2011, at 9:54, Mark Rada <mrada@marketcircle.com> wrote:
MacRuby does not work with Xcode 4.1, but it OS working with 4.2 betas. Check out <http://macruby.org/trac/ticket/1322><http://macruby.org/trac/ticket/1322> macruby.org/trac/ticket/1322
Sent from my iDevice
On 2011-09-11, at 12:13, Rob Gleeson < <rob@flowof.info>rob@flowof.info> wrote:
On 11 Sep 2011, at 16:30, Timothy Hart wrote:
For some reason it started working on a reboot. So far so good. I'm still getting that message when trying to build some of the examples from Matt Aimonetti's MacRuby: The Definitive Guide (<http://ofps.oreilly.com/titles/9781449380373/index.html><http://ofps.oreilly.com/titles/9781449380373/index.html> http://ofps.oreilly.com/titles/9781449380373/index.html).
Does Interface Builder work okay for you as well? some people had problems connecting outlets to actions. Thanks.
- Rob
On Sun, Sep 11, 2011 at 11:04 AM, Rob Gleeson < <rob@flowof.info><rob@flowof.info> rob@flowof.info> wrote:
On 11 Sep 2011, at 16:00, Jeremy Smith wrote:
There's also the whole issue of MacRuby not working with new versions of Xcode? I thought 4.1 was one of those that the framework wouldn't load in to.
Yeah, I'm curious about this too. I got a new macbook pro and I'd like to play with MacRuby. Is it still not working with Xcode 4.1 ?
- Rob
_______________________________________________ MacRuby-devel mailing list <MacRuby-devel@lists.macosforge.org><MacRuby-devel@lists.macosforge.org> MacRuby-devel@lists.macosforge.org <http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel><http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list <MacRuby-devel@lists.macosforge.org> <MacRuby-devel@lists.macosforge.org> MacRuby-devel@lists.macosforge.org <http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list <MacRuby-devel@lists.macosforge.org>MacRuby-devel@lists.macosforge.org <http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
_______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
On Sep 11, 2011, at 12:37 PM, Matt Aimonetti wrote:
As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for the IB integration. I worked with Apple to get that fixed & they seeded a fixed version in the last 4.2 betas. I didn't mention that in my book because by the time it will be published, 4.2 will be released.
Is there a target date for publication that is public?
The book is currently in production, so I don't think there is an official date but it should be soon. - Matt On Sun, Sep 11, 2011 at 11:46 AM, Robert Love <rblove_lists@comcast.net>wrote:
On Sep 11, 2011, at 12:37 PM, Matt Aimonetti wrote:
As Mark said, XCode 4.1 is buggy and doesn't call out to MacRuby script for the IB integration. I worked with Apple to get that fixed & they seeded a fixed version in the last 4.2 betas. I didn't mention that in my book because by the time it will be published, 4.2 will be released.
Is there a target date for publication that is public? _______________________________________________ MacRuby-devel mailing list MacRuby-devel@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
participants (8)
-
azzzz@gmx.net
-
Jeremy Smith
-
Mark Rada
-
Matt Aimonetti
-
Perry E. Metzger
-
Rob Gleeson
-
Robert Love
-
Timothy Hart