I have created a mac app and I keep getting following error, "Deny file-write-create". I have added the
This is my entitlement file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.application-groups</key>
<string>XXXXXXXX</string>
<key>com.apple.security.files.user-selected.read-write</key>
<true/>
</dict>
</plist>
I keep getting "deny file-write-create" Application doesn't have the permissions to perform this action.
Any help would be greatly appreciated.
Thanks