Skip to content
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

Closed
sablib opened this issue May 17, 2016 · 3 comments
Closed
Labels

Comments

@sablib
Copy link

sablib commented May 17, 2016

Crash on iOS 8.1 at Database.deinit

Same with SQLite.swift
issue239

@groue
Copy link
Owner

groue commented May 17, 2016

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
Copy link
Owner

groue commented May 17, 2016

@sablib: would you please use GRDB at commit 82fa559, and tell me if your issue is solved?

@groue
Copy link
Owner

groue commented May 17, 2016

@sablib: GRDB v0.63.0 is out, with restored support for iOS before iOS 8.2. Thanks again for the report.

@groue groue closed this as completed May 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants