Re: CoreMIDI with Sandboxing
Re: CoreMIDI with Sandboxing
- Subject: Re: CoreMIDI with Sandboxing
- From: Jan <email@hidden>
- Date: Wed, 19 Oct 2011 16:23:45 +0200
Apparently you need to use this temporary exception:
<key>com.apple.security.temporary-exception.mach-lookup.global-name</key>
<array>
<string>com.apple.midiserver</string>
<string>com.apple.midiserver.io</string>
</array>
Thanks Franz for pointing this out!
Jan
Am 18.10.2011 um 23:01 schrieb Jan:
> Hi,
>
> With the App Store sandboxing requirement for Nov 1 coming up we enabled sandboxing for our app, but now calling MIDIClientCreate() fails with error 0x10000003 - even with all sandboxing permissions enabled.
>
> Is this a known incompatibility or something we can work around? I couldn’t find any info on this anywhere.
>
> Any help would be appreciated as this is a real showstopper for us (and probably lots of other apps too).
>
> Thanks!
>
> Jan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden