Reputation: 13560
Since I upgraded my MonoTouch to version 4, I have problems with the *.xib.designer.cs files. MonoTouch don't include any usings to MonoTouch.UIKit. If i try to compile my application, it miss many classes form the UIKit namespace. If I add the usings, everything works fine. But the next time it regenerate the *.xib.designer.cs the usings are away again. I have many files that are build with the interface builder, adding them every time is a no go.
I use XCode 3.2.6 and MonoTouch 4.
Upvotes: 1
Views: 443