MonoTouch - xib.designer.cs 文件丢失 UIKit 对象的完全限定路径

发布于 2024-10-31 00:44:44 字数 193 浏览 0 评论 0原文

我创建的任何 MonoTouch 解决方案都有这个问题,如果我对项目结构进行任何更改(添加文件夹、修改 .xib、添加文件等),我的项目将不再构建,因为所有 UIKit 对象不再完全合格:

从这里: private MonoTouch.UIKit.UIWindow

到: private UIWindow

有人有什么建议吗?

Any MonoTouch Solution I create has this issue, If I make any change to the project structure (Add a folder, modify a .xib, add a file etc) my project will not build anymore as all of the UIKit objects no longer are full qualified:

From this: private MonoTouch.UIKit.UIWindow

To: private UIWindow

does anybody have any advice?

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

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

发布评论

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

评论(1

温暖的光 2024-11-07 00:44:45

这个问题可以通过安装 Mono 2.10.1 来解决,该版本现在位于 MonoDevelop 更新程序中。

This can be fixed by installing Mono 2.10.1, which is now in the MonoDevelop updater.

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