views:

784

answers:

2

Hi,

I have a rubyCocoa project, that was written for ruby 1.8.6, RubyCocoa version 0.13.2. The class tree is built from a xcdatamodel. I'm trying to migrate it to Snow Leopard. When trying to run, the program enters the endless loop, because it fails on method/property lookup. Seems, it has a problem to initialize a data model. It worked fine with 1.8.6. Is there some known caveats for creating a class tree from a database in snow leopard, xcode 3.2?

Any clues will be greatly appreciated

Nava

A: 

Found the problem! Whoever experiences the same problem, please visit the link:

Fix to cocoa CoreData wrapper classes

Nava Carmon
A: 

RubyCocoa 1.0.0 (rev. 2277), not the release solves this problem.

Nava Carmon