[MonoTouch] How about using Visual Studio with MonoTouch?
karl prosser
klumsy at gmail.com
Mon Nov 9 19:00:14 EST 2009
i really think you have to compile and link on the Mac.. however that can be
done command line. i presume you should be able to develop (without running
, and may with compiler errors (or maybe not) in vs.net having the files
saved to a common location, then just use a shell script to build and deploy
on your mac. To get rid of compiler errors you might be able to bring over
the dependant DLLs and kind of "mock" em, and link against those on the
windows side of the house. of course you couldn't run or debug.
On Mon, Nov 9, 2009 at 3:46 PM, akihiro uehara <rupppau at gmail.com> wrote:
> Hi,
>
> I'm just starting iPhone app coding using MonoTouch. I still want to
> stick to Visual Studio (VS) because it's my favorite code editor.
>
> So I've simply created a VS csharp project and simply adding a
> monotouch assembly file
> /Developer/MonoTouch/usr/lib/mono/2.1/monotouch.dll to its reference.
> IntelliSense works. I can even build codes (of course I can not link),
> this can be help of correcting compiling errors on VS.
>
> To build and debug, I've created another project files for MonoDevelop
> manually.
>
> Bye,
> _______________________________________________
> MonoTouch mailing list
> MonoTouch at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monotouch
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/monotouch/attachments/20091109/16dc4d7e/attachment.html
More information about the MonoTouch
mailing list