默认的基于 NSDocument 的 MacRuby 应用程序在 XCode 4 下被破坏
我正在使用 MacRuby 0.10 和 XCode 4,其中我创建了一个默认的基于 NSDocument 的应用程序。然而,在构建和运行应用程序时,不会显示任何窗口,并且常用的菜单命令在很大程度上被禁用。
创建常规的基于 Cocoa 的应用程序时,主应用程序窗口显示得很好。
有谁知道解决方法是什么?
担;
I'm using MacRuby 0.10 and XCode 4 where I have created a default NSDocument-based application. When building and running the app, however, no window shows, and the usual menu commands are largely disabled.
When creating a regular Cocoa-based application, the main app window shows just fine.
Does anyone have an idea what the fix is?
Dan;
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
手动将 DocumentType 添加到您的目标。以一个基本的 Objective-C 项目为例。
Manually add a DocumentType to your target. Use a basic Objective-C project as an example.