I have created a simple console window app within Xamarin Studio for mac.os. I hit debug and I see the console app. All works ok.
But if I open a bash shell and navigate to the bin/Debug location and try to run the program, I get the message: 'cannot execute binary file'.
I suspect that there are some libs that aren't being linked. Maybe when I run within Xamarin, it is setting up the environment to run/debug the app. I do not see any build options within Xamarin Studio for linking.
I am a newbie to Xamarin and have a 'real' console app that I would like to link and distribute. Any pointers would be helpful thanks.
Thanks, bruce