Sandboxing problems with read/write files in OS X

Deploying to Mac OS? Ask Mac OS specific questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
Mag
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 802
Joined: Fri Nov 16, 2012 10:51 pm

Sandboxing problems with read/write files in OS X

Post by Mag » Thu Aug 08, 2013 4:11 am

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!

Post Reply

Return to “Mac OS”