Hopefully the new BridgeSupport will help you solve this issue.
- Matt
On Thu, Oct 7, 2010 at 7:28 PM, dianhui nie wrote:
> Ok. I'll do this later when i was home : )
>
> On Oct 8, 2010, at 10:17 AM, Laurent Sansonetti wrote:
>
> Hi,
>
> Could you reduce the problems to simple .rb scripts and a
On Sat, Oct 16, 2010 at 11:46 AM, Dave Baldwin
wrote:
> Assuming you have a valid app then
>
> open name.app
That is where I'm running into problems. How do I compile my app into
a .app file without xcode or xcodebuild? I would think it should be
possible directly from the command line with the `
MacRuby itself doesn't provide you with this feature, however you can look
into HotCocoa and see how it's done.
- Matt
On Sun, Oct 17, 2010 at 4:49 PM, corey johnson wrote:
> On Sat, Oct 16, 2010 at 11:46 AM, Dave Baldwin
> wrote:
> > Assuming you have a valid app then
> >
> > open name.app
>
Hi Corey,
I could be wrong - I'm pretty new to MacRuby myself - but my understanding
is that MacRuby is an only an interpreter, equivalent to other Ruby
implementations. To get a fully-compiled Mac binary, you still need to use
a compiler like XCode to generate a .app file.
Jeff
On Sun, Oct 17,
On 18 Oct 2010, at 00:49, corey johnson wrote:
> On Sat, Oct 16, 2010 at 11:46 AM, Dave Baldwin
> wrote:
>> Assuming you have a valid app then
>>
>> open name.app
>
> That is where I'm running into problems. How do I compile my app into
> a .app file without xcode or xcodebuild? I would think