Questions tagged [monobjc]

Monobjc is a .NET/Objective-C bridge set of libraries that helps to develop Mac OS X application by using .NET languages.

The Monobjc bridge provides the necessary tools to develop and run .NET applications (written in C#, VB.NET, etc.) that interact with Objective-C frameworks and libraries under Mac OS X. Existing Objective-C classes can be used in .NET code in an almost transparent manner.

The Monobjc bridge also comes with the tools to bundle the required parts of the Mono framework into your application; no Mono installation is needed prior the deployment of a Monobjc based application.

20 questions
1
vote
0 answers

Mac App store rejection '/dev/shm'

I'm using monobjc to develop my mac application. And after release to appstore it was rejected with message: The application accesses the following location(s): '/dev/shm' Does anyone know how can I fix this issue? UPD: I'm using - Mono 3.2.6,…
Sanya
  • 159
  • 8
1
vote
1 answer

Monobjc MSBuild tasks not working (additional libraries/excluded assemblies/additional assemblies)

I'm trying to export/compile my monobjc Cocoa Application as a Native Application. I made the project in Xamarin and have confirmed all the properties are correct, and I do get a successful build. However, I'm trying to specify a few assemblies to…
DeusExMachina25
  • 597
  • 6
  • 12
1
vote
1 answer

Support Applescripting in Mono application

EDIT: I've solved this; it was a configuration issue. Make sure your .sdef is copied/deployed with your app or it won't be found at runtime. I'm building a Mac application using Mono and Monobjc and I'd like to be able to send it commands via…
alanc10n
  • 4,897
  • 7
  • 36
  • 41
1
vote
1 answer

MonoMac or Monobjc

I need to port a .Net application from Windows to OS X and I am wondering what are the advantageous and disadvantageous of using either Monobjc or MonoMac and what peoples experience with these are. App Requirements Native UI Scripting Bridge (or…
eaglestorm
  • 1,192
  • 1
  • 13
  • 32
0
votes
1 answer

Setting the target platform to mac OSX 10.5 (Leopard) in MonoDevelop with MonoMac?

I've been writing cross platform GTK# projects in MonoDevelop (2.8.8.4) for a month or so, and I thought I'd try my hand at something that looks and breathes a little more like a Mac application. When I create a "Cocoa Application" in MonoDevelop I…
happy coder
  • 1,517
  • 1
  • 14
  • 29
1
2