Question

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?

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top