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?
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?