Frage

I am developing an app which plays midi files in Mac. When I activated sandboxing I couldn't hear any midi playback, after googling a bit I found out that I need to add some things in my entitlements.plist file,

So according to one forum which I saw, I added

com.apple.security.temporary-exception.audio-unit-host

I get a dialog box asking me to lower security settings every time I run the app on any mac. This is not desirable, how can i disable it?

War es hilfreich?

Lösung

The behavior you see is described in TN 2247 by Apple. It looks like you have at least one Audio Component that isn't suitable for sandbox. But probably not the one playing MIDI.

https://developer.apple.com/library/mac/technotes/tn2247/_index.html

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top