Click here to Skip to main content
15,881,172 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
need to develop a GUI for my MonoMac application ,which Xcode shall I use for cocoa development ,I am using Mono 3.0 and MAC OX Lion 10.8 in VMware on Windows 7 PC
Posted

1 solution

You should better use open-source MonoDevelop instead:
http://en.wikipedia.org/wiki/MonoDevelop[^],
http://monodevelop.com/[^].

Well, the latest version. Yes, I used it on Mac OS X (on Snow Leopard though; but it will work on your system).

[EDIT]

For Cocoa development, you need to use MonObjC:
http://en.wikipedia.org/wiki/Monobjc[^],
http://www.monobjc.net/[^].

You would need to use XCode if you develop native applications. As you use Mono, you are developing code for CLI which is implemented in Mono, and here you can use MonoDevelop.

—SA
 
Share this answer
 
v2
Comments
Asp_Learner 15-Oct-12 3:41am    
I have tried Xcode 3.2.6 ,but its giving an error ,don't know why ,It terminates at the end of installation.
Sergey Alexandrovich Kryukov 15-Oct-12 11:14am    
None. My advice was to use MonoDevelop, not XCode.
--SA
Asp_Learner 15-Oct-12 12:15pm    
but to develop GUI ,I have to go for cocoa ,for which I will have to use Xcode
Sergey Alexandrovich Kryukov 15-Oct-12 13:15pm    
No. If you use Cocoa and Mono, you have to use MononjC. And you can do it with MonoDevelop.
--SA
Asp_Learner 16-Oct-12 4:10am    
but monodevelop does not provide GUI development for monomac applications

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900