ObjectBox store DB issue with sandbox in mac flutter app for production

I am working on Flutter MAC app. And using ObjectBox store DB for local data saving.

When i am setting Sandbox - NO, It is working fine.

But when i am setting Sandbox - YES for production MAC flutter app - It is giving error and getting black screen only

Getting error- Error initializing ObjectBox store: StorageException: failed to create store: Could not open database environment; please check options and file system (1: Operation not permitted) (OBX_ERROR code 10199)

Apps on the Mac App Store must be sandboxed. As to why your app is failing when it’s sandboxed, it’s hard to say. You’re using a bunch of third-party tooling here, and I don’t have any experience with that. My advice is that you seek help from the support channel for the tools you’re using.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

ObjectBox store DB issue with sandbox in mac flutter app for production
 
 
Q