[MacRuby-devel] deploy sepcific gem with MacRuby app

2010-01-31 Thread Manu
Hi

How do I deploy an app that uses a gem?  Do you have to copy the all thing ? or 
 is there a command in mac ruby to do that?

Thanks

Emmanuel
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] Error on a new project

2010-08-15 Thread Manu

Hi,

I am using OSX 10.6.4 and  MAcRuby 0.6.  I created a new project and just 
simply added to the MainWindow.nib an Image browser an then built

When Running the project in Xcode I get a SIGABRT So I ended up looking in 
a console what happened... AndI get the following error message

Any idea what I am missing or doing wrong? 

uncaught Objective-C/C++ exception...
2010-08-15 11:54:20.089 iWarranty[55002:903] An uncaught exception was raised
2010-08-15 11:54:20.091 iWarranty[55002:903] *** -[NSKeyedUnarchiver 
decodeObjectForKey:]: cannot decode object of class (IKImageBrowserView)
2010-08-15 11:54:20.093 iWarranty[55002:903] *** Terminating app due to 
uncaught exception 'NSInvalidUnarchiveOperationException', reason: '*** 
-[NSKeyedUnarchiver decodeObjectForKey:]: cannot decode object of class 
(IKImageBrowserView)'
*** Call stack at first throw:
(
0   CoreFoundation  0x7fff863edcc4 
__exceptionPreprocess + 180
1   libobjc.A.dylib 0x7fff823ff0f3 
objc_exception_throw + 45
2   CoreFoundation  0x7fff863edae7 
+[NSException raise:format:arguments:] + 103
3   CoreFoundation  0x7fff863eda74 
+[NSException raise:format:] + 148
4   Foundation  0x7fff8558ea86 
_decodeObjectBinary + 2427
5   Foundation  0x7fff8558f805 
-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1229
6   Foundation  0x7fff8558fd45 
-[NSArray(NSArray) initWithCoder:] + 462
7   Foundation  0x7fff8558eaff 
_decodeObjectBinary + 2548
8   Foundation  0x7fff8558df79 
_decodeObject + 208
9   AppKit  0x7fff8833a47a -[NSView 
initWithCoder:] + 362
10  Foundation  0x7fff8558eaff 
_decodeObjectBinary + 2548
11  Foundation  0x7fff8558df79 
_decodeObject + 208
12  AppKit  0x7fff8834883b 
-[NSWindowTemplate initWithCoder:] + 3824
13  Foundation  0x7fff8558eaff 
_decodeObjectBinary + 2548
14  Foundation  0x7fff8558f805 
-[NSKeyedUnarchiver _decodeArrayOfObjectsForKey:] + 1229
15  Foundation  0x7fff8558f248 
-[NSSet(NSSet) initWithCoder:] + 447
16  Foundation  0x7fff8558eaff 
_decodeObjectBinary + 2548
17  Foundation  0x7fff8558df79 
_decodeObject + 208
18  AppKit  0x7fff882ca55a 
-[NSIBObjectData initWithCoder:] + 1983
19  Foundation  0x7fff8558eaff 
_decodeObjectBinary + 2548
20  Foundation  0x7fff8558df79 
_decodeObject + 208
21  AppKit  0x7fff882c9c89 loadNib + 146
22  AppKit  0x7fff882c91e9 
+[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 248
23  AppKit  0x7fff882c9021 
+[NSBundle(NSNibLoading) loadNibNamed:owner:] + 326
24  AppKit  0x7fff882c65a3 
NSApplicationMain + 279
25  ??? 0x000101201300 0x0 + 
4313846528
26  libmacruby.dylib0x00010013d81a 
rb_vm_dispatch + 3450
27  ??? 0x000101200630 0x0 + 
4313843248
28  libmacruby.dylib0x00010014f9ac rb_vm_run + 
348
29  libmacruby.dylib0x0001000431e9 
ruby_run_node + 73
30  libmacruby.dylib0x00010014fcb8 macruby_main 
+ 360
31  iWarranty   0x00010eaf main + 40
32  iWarranty   0x00010d20 start + 52
)
terminate called after throwing an instance of 'NSException'
Abort trap


Thanks

Emmanuel
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


[MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-10 Thread Manu
Hi

Now that Xcode 4 is out , and that MacRuby 0.9 is out,  any plans to integrate 
with Xcode 4? Just curious. I saw a post last month but was wondering if there 
were any update

Emmanuel
___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Manu
Ok . Seems like someone got it to work but did not explain how he did...


On Mar 10, 2011, at 10:54 PM, Matt Aimonetti wrote:

> Please refer to the other posts about the same topic sent today.
> 
> - Matt
> 
> On Thu, Mar 10, 2011 at 9:25 PM, Manu  wrote:
> Hi
> 
> Now that Xcode 4 is out , and that MacRuby 0.9 is out,  any plans to 
> integrate with Xcode 4? Just curious. I saw a post last month but was 
> wondering if there were any update
> 
> Emmanuel
> ___
> MacRuby-devel mailing list
> [email protected]
> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
> 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Manu
Interestingly, I made the mistake to remove Xcode 3.. so I have only Xcode 4 
but I see it working with an older project. 

So where can I find the template for MacRuby? And where should they be 
installed?  So far beside few path issues in the build it seems to mostly work

I created a new file SomeClass.rb and a class, and I see it working on the 
Custom Class field of the interface

Emmanuel
On Mar 11, 2011, at 8:50 AM, Matt Aimonetti wrote:

> Indeed and others couldn't get Xcode to work.
> 
> - Matt
> 
> On Fri, Mar 11, 2011 at 8:34 AM, Manu  wrote:
> Ok . Seems like someone got it to work but did not explain how he did...
> 
> 
> On Mar 10, 2011, at 10:54 PM, Matt Aimonetti wrote:
> 
>> Please refer to the other posts about the same topic sent today.
>> 
>> - Matt
>> 
>> On Thu, Mar 10, 2011 at 9:25 PM, Manu  wrote:
>> Hi
>> 
>> Now that Xcode 4 is out , and that MacRuby 0.9 is out,  any plans to 
>> integrate with Xcode 4? Just curious. I saw a post last month but was 
>> wondering if there were any update
>> 
>> Emmanuel
>> ___
>> MacRuby-devel mailing list
>> [email protected]
>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>> 
> 
> 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel


Re: [MacRuby-devel] Xcode 4 is out... any plan to integrate soon?

2011-03-11 Thread Manu
does not seem to work for now.. I tried creating a simple class with a simple 
attribute (for a button place holder) and link it the controller class to the 
button and nothing shows in the list to make that link


On Mar 11, 2011, at 10:22 AM, Matt Aimonetti wrote:

> Can you verify that the outlets are working?
> Laurent said he would commit the templates shortly so they should be 
> available in a future nightly build.
> 
> - Matt
> 
> On Fri, Mar 11, 2011 at 8:59 AM, Manu  wrote:
> Interestingly, I made the mistake to remove Xcode 3.. so I have only Xcode 4 
> but I see it working with an older project. 
> 
> So where can I find the template for MacRuby? And where should they be 
> installed?  So far beside few path issues in the build it seems to mostly work
> 
> I created a new file SomeClass.rb and a class, and I see it working on the 
> Custom Class field of the interface
> 
> Emmanuel
> 
> On Mar 11, 2011, at 8:50 AM, Matt Aimonetti wrote:
> 
>> Indeed and others couldn't get Xcode to work.
>> 
>> - Matt
>> 
>> On Fri, Mar 11, 2011 at 8:34 AM, Manu  wrote:
>> Ok . Seems like someone got it to work but did not explain how he did...
>> 
>> 
>> On Mar 10, 2011, at 10:54 PM, Matt Aimonetti wrote:
>> 
>>> Please refer to the other posts about the same topic sent today.
>>> 
>>> - Matt
>>> 
>>> On Thu, Mar 10, 2011 at 9:25 PM, Manu  wrote:
>>> Hi
>>> 
>>> Now that Xcode 4 is out , and that MacRuby 0.9 is out,  any plans to 
>>> integrate with Xcode 4? Just curious. I saw a post last month but was 
>>> wondering if there were any update
>>> 
>>> Emmanuel
>>> ___
>>> MacRuby-devel mailing list
>>> [email protected]
>>> http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel
>>> 
>> 
>> 
> 
> 

___
MacRuby-devel mailing list
[email protected]
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel