rubyxcodeosx-snow-leopardruby-cocoa

rubycocoa 0.13.2, snow leopard & ruby 1.8.7


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


Solution

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