swiftlyfalling / SQLiteLib

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.
MIT License
64 stars 23 forks source link

Getting SQLITE_CANTOPEN #47

Open ahmedk92 opened 4 years ago

ahmedk92 commented 4 years ago

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.