MonoTouch - xib.designer.cs 文件丢失 UIKit 对象的完全限定路径
我创建的任何 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题可以通过安装 Mono 2.10.1 来解决,该版本现在位于 MonoDevelop 更新程序中。
This can be fixed by installing Mono 2.10.1, which is now in the MonoDevelop updater.