2am
2am

Reputation: 408

Lower security setting dialog after changing sandbox settings

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?

Upvotes: 0

Views: 207

Answers (1)

mahal tertin
mahal tertin

Reputation: 3414

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

Upvotes: 1

Related Questions