Hi, I think I either lack some basic Mac or xCode knowledges or there should be a pre-requisite for what I am doing. I have Monotouch 5.2.13 and xCode 4.5.1
If you go to this : https://github.com/mono/monotouch-bindings
It says run "make"!! I can see there is a makefile file in all directories. When I double click it, it fails to generate the dll due to lots of error "command not found" Firstly, is it correct that I just need to double click and run this "makefile"? Or it is actually a "make" command I have to run elsewhere?? Thanks.