rubycocoa 0.13.2, snow leopard & ruby 1.8.7

959 Views Asked by At

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

2

There are 2 best solutions below

0
On BEST ANSWER

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

0
On

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

Fix to cocoa CoreData wrapper classes