Fox32
Fox32

Reputation: 13560

MonoTouch 4 Interface Builder Code generation Problem

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

Answers (1)

Mikayla Hutchinson
Mikayla Hutchinson

Reputation: 16153

Install Mono 2.10.1 from the MonoDevelop updater.

Upvotes: 1

Related Questions