问题
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