PDA

View Full Version : Running other projects from XCode?




satyam90
Oct 3, 2008, 03:02 AM
I have a project which is developed in "Mono" (Mono is just like other C/C++ compiler, instead of using "gcc" use "mcs" to compile). I have make files for the project and I am able to compile and build appropriately.
Is it possible to compile and build the same project using XCode IDE? What are the properties/changes I have to make in project settings? First of all, how to convert that project so that it will open in XCode?



blueillusion
Oct 3, 2008, 09:52 AM
Take a look at:

http://mono-project.com/CocoaSharp
and
http://www.monobjc.net/

satyam90
Oct 6, 2008, 08:54 AM
I already have the Mono installed on my Mac which includes cocoa-sharp also.
I am able to compile and build my mono application using Makefiles which picks appropriate Mono compiler and do.
I want to use XCode as editor for the project and to compile and build the application using it.

lee1210
Oct 6, 2008, 09:58 AM
http://code.google.com/p/cocoa-sharp-dev/wiki/CSharpPlugin

This is the new home for what comes up as the second link in google for:
Mono development XCode

That should do it for you.

-Lee