SQLiteLib icon indicating copy to clipboard operation
SQLiteLib copied to clipboard

Getting SQLITE_CANTOPEN

Open ahmedk92 opened this issue 5 years ago • 0 comments

I kept getting sporadic I/O errors like shown here. So, I followed the advice of the top voted answer and integrated this library. Now I'm always getting SQLITE_CANTOPEN.

Note: I did the integration in my app, but I'm using SQLite through kean/SwiftSQL. Is this a correct way to integrate while using a library?

Thanks for any help.

ahmedk92 avatar Jun 26 '20 18:06 ahmedk92