I'm experimenting with full-disk access to my app and can't make it working. Here is list of steps I did:Sandbox is turned ON. In fact the entitlements file looks like:<key>com.apple.security.app-sandbox</key><true/><key>com.apple.security.files.user-selected.read-write</key><true/>I created archive of the app and tried to distribute it using boths Developer ID or Development methodsI placed the binary of my app to /Applications folderI went to System Preferences -> Security & Privacy -> Privacy -> Full Disk Access and added access to my app in /Applications folderOf course I'm NOT attached to the app with XcodeI'm testing it in Xcode 11 and on Catalina. It's dummy app, opening NSOpenPanel to let user select archives to decompress and tries to decompress it in the same directory using
libarchive framework.
Any hints? Am I doing anything wrong?