MonoMac 缺少 xib.designer.cs 文件

发布于 2024-12-11 16:15:18 字数 227 浏览 5 评论 0原文

好的,所以我正在学习 MonoMac。首先,所有教程都有一个 MainWindow.xib.designer.cs 文件,我只有 MainWindow.xib 文件。当我在界面生成器上工作时,我没有得到自动生成的代码。我正在使用 monodevelop v2.8。无论我做什么,当我创建一个新的 MonoMac 项目时,xib 文件永远不会附带 *.xib.designer.cs 文件。

在我把它扔出窗外之前有什么想法吗?

Ok, So I am learning MonoMac. The first thing is that all of the tutorials have a MainWindow.xib.designer.cs file, I have only the MainWindow.xib file. When I do work on the interface builder, I get no auto-generated code. I am using monodevelop v2.8. No matter what I do, when I create a new MonoMac project, the xib files never have the accompanying *.xib.designer.cs files.

Any ideas before I throw this out the window?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

明天过后 2024-12-18 16:15:19

在 MD 2.8 中不再有 *.xib.designer.cs 文件,因为在 Xcode 4 中 xib 无法再定义类。相反,MD 2.8 通过将注册的 C# 类与 Objective-C 存根同步来工作。这些类将具有 *.designer.cs 部分类文件以反映 Xcode 中所做的更改。

In MD 2.8 there are no longer *.xib.designer.cs files, because in Xcode 4 xibs can no longer define classes. Instead, MD 2.8 works by syncing registered C# classes to/from Objective-C stubs. These classes will have *.designer.cs partial class files to reflect changes made in Xcode.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文