I personally use MonoDevelop to write code and the terminal (using nant) to 
compile and run, this way you get the advantages of code completion and basic 
syntax checking from MonoDevelop (as long as the Monobjc libraries are added as 
references in the project) and can still compile to a bundle.
However, you don't get the debugging support of MonoDevelop which would be very 
useful (trying to debug in MonoDevelop just produces a "Cannot find nib" error).

Reply via email to