We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
let db = Database("path/to/db.sqlite3")
I used my local mac path here and working fine with simulator. But when i deploy the app to device, it is giving me error.
fatal error: unable to open database file:
The text was updated successfully, but these errors were encountered:
Please make sure it's a valid path and that the app has access to it. See this comment for an example: #3 (comment)
If you're still having trouble, please paste the failing code here.
Sorry, something went wrong.
Closing for now as a duplicate of #3. Please let me know if you're having a different problem.
No branches or pull requests
let db = Database("path/to/db.sqlite3")
I used my local mac path here and working fine with simulator. But when i deploy the app to device, it is giving me error.
fatal error: unable to open database file:
The text was updated successfully, but these errors were encountered: