Page 1 of 1

Sandboxing problems with read/write files in OS X

Posted: Thu Aug 08, 2013 4:11 am
by Mag
Hi all,

I'm creating an app for OS X which can open and save text files. When not sandboxed all works fine, when sandboxed the Open and Save dialogs make the app to freeze. The app is sandoxed with "App Wrapper" http://www.ohanaware.com/appwrapper/ and the option to create the entitlement to Open and Save is true. In Console I get this log:
08/08/13 05:01:27,298 sandboxd[1049]: ([1046]) MyApp(1046) deny file-read-data /Users/fire/Library/QuickTime/Perian.component/Contents/MacOS/Perian
All the other entitlements work fine (for example printing). Any help or idea will be welcomed!