rubycocoa 0.13.2、雪豹和红宝石 1.8.7
我有一个 rubyCocoa 项目,它是为 ruby 1.8.6、RubyCocoa 版本 0.13.2 编写的。类树是从 xcdatamodel 构建的。我正在尝试将其迁移到雪豹。当尝试运行时,程序进入无限循环,因为它在方法/属性查找上失败。看来初始化数据模型有问题。它在 1.8.6 上运行良好。在雪豹、xcode 3.2 中从数据库创建类树是否有一些已知的注意事项?
任何线索将不胜感激
Nava
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
发现问题了!谁遇到同样的问题,请访问链接:
修复到可可 CoreData 包装类
Found the problem! Whoever experiences the same problem, please visit the link:
Fix to cocoa CoreData wrapper classes
RubyCocoa 1.0.0(rev. 2277),没有解决这个问题的版本。
RubyCocoa 1.0.0 (rev. 2277), not the release solves this problem.