-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
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
SQLDelight does not work with tvOS #1668
Comments
You could use your tvOS app's cache directory to create and store the database file.
|
looks like the above workaround is the only real action here |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SQLDelight has the tvOS target but it does not work. Apple TV apps cannot store files apart from the cache directory (which can be deleted automatically).
Check out "Local Storage for Your App Is Limited" at: https://developer.apple.com/library/archive/documentation/General/Conceptual/AppleTV_PG/index.html
Note that this limitation is only for a real Apple TV. For some reason the simulator is allowed to store files (looks like a bug).
When running SQLDelight on a real Apple TV it shows the following error:
Is there a workaround for this issue or is SQLDelight just not possible on tvOS?
The text was updated successfully, but these errors were encountered: