Your question is missing the version of MonoTouch that you are using. This may be important because the latest MonoDevelop versions will require the latest MonoTouch.
Also, the latest version of MonoDevelop should be compatible with Xcode 4.x, and this will be important if you want to use Interface Builder to create your user interfaces (this part has changed a lot since Xcode 3.2.x).
Finally, if you did not install MonoTouch in its default directory (i.e. /Developer/MonoTouch ), you need to configure MonoDevelop to tell it where MonoTouch is installed. Switch to:
- MonoDevelop menu
- select Settings ... ,
- select Location SDK in tree view (under others); and
- install directory for MonoTouch SDK
Can someone please direct me for the same.
This MonoTouch tutorial will help you if you use all the latest versions of Xcode, MonoDevelop and MonoTouch.
source share