Rubycocoa 0.13.2, snow leopard & ruby 1.8.7

osx-snow-leopardrubyruby-cocoaxcode

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

Best Answer

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

Fix to cocoa CoreData wrapper classes