-
-
Notifications
You must be signed in to change notification settings - Fork 727
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
dyld: lazy symbol binding failed: Symbol not found: _sqlite3_close_v2 #51
Labels
Comments
Thanks for the report, @sablib. Hold on. |
groue
added a commit
that referenced
this issue
May 17, 2016
… 10.10. Until then, use sqlite3_close(), and avoid caching statements. Disable the concurrency tests that check database deallocation while some statements are running.
groue
added a commit
that referenced
this issue
May 17, 2016
groue
added a commit
that referenced
this issue
May 17, 2016
@sablib: GRDB v0.63.0 is out, with restored support for iOS before iOS 8.2. Thanks again for the report. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Crash on iOS 8.1 at Database.deinit
Same with SQLite.swift
issue239
The text was updated successfully, but these errors were encountered: