MonoTouch - xib.designer.cs files losing fully qualified paths for UIKit Objects

一笑奈何 提交于 2019-12-12 01:47:51

问题


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?


回答1:


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



来源:https://stackoverflow.com/questions/5582622/monotouch-xib-designer-cs-files-losing-fully-qualified-paths-for-uikit-objects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!