Discussion:
[Mono-osx] Create OSX application
speedyrazor
2015-07-12 12:45:34 UTC
Permalink
Hi, I just discovered mono, and am trying to build a single mac application
bundled in a .app. I have been trying to use macpack, but just get:

No package 'cocoa-sharp' found
error CS8027: Error running pkg-config. Check the above output.

I am on OSX 10.10.4 Yosemite, how can I create a single .app?

Kind regards.



--
View this message in context: http://mono.1490590.n4.nabble.com/Create-OSX-application-tp4666329.html
Sent from the Mono - OSX mailing list archive at Nabble.com.
Edward Ned Harvey (mono)
2015-10-28 11:16:01 UTC
Permalink
Post by speedyrazor
Hi, I just discovered mono, and am trying to build a single mac application
No package 'cocoa-sharp' found
error CS8027: Error running pkg-config. Check the above output.
I am on OSX 10.10.4 Yosemite, how can I create a single .app?
Kind regards.
Start by installing the Starter edition of Xamarin Studio. The limitation is small app size, and I think, not able to publish an app to the app store (not sure).
https://xamarin.com/starter

And then do Hello, Mac
http://developer.xamarin.com/guides/mac/getting_started/

Loading...