I recently used App Wrapper Mini to create a sandboxed version of a database app for the app store and since doing that the app can no longer create a new database file apparently because it can no longer write to the folder.
If I try to create a new database file in the sandboxed version it can’t write the file and if I try to create a new database in the non-sandboxed version it creates it in the parent folder of the executable file with the shell path as part of the file name.
This is my first attempt at creating a sandboxed app so I’m a bit mystified as to what the problem might be.