SQLiteLib icon indicating copy to clipboard operation
SQLiteLib copied to clipboard

Easily build a custom SQLite static library for use in macOS and iOS frameworks and apps.

Results 9 SQLiteLib issues
Sort by recently updated
recently updated
newest added

It would be nice to get SQLite as an SPM package instead of an Xcode framework. I'm not sure if that's possible with the SPM improvements as of Xcode 11,...

I think that I followed all the right steps, but surely I did something wrong because I get these list of errors when I use the compiled library with ICU...

Debugging one giant file is really annoying, I want to build it as a whole project

Where do we find the libsqlitecustom.a? Or should we expect to appear after first build? With me, it doesn't.

Are you trying to make it work for every platform in the world? Why software people like to make things so complex, my god! Why don't you. make it build...

I kept getting sporadic I/O errors like shown [here](https://stackoverflow.com/questions/43349189/what-does-sqlite-ioerr-vnode-code-6922-mean/58668058#58668058). So, I followed the advice of the top voted answer and integrated this library. Now I'm always getting SQLITE_CANTOPEN. Note: I...

The current readme states: https://github.com/swiftlyfalling/SQLiteLib#xcode-displays-a-warning > Xcode displays a warning: > > `SQLiteLib.xcconfig line 6: Unable to find included file "SQLiteLib-USER.xcconfig"` and that: > Future builds will not display the...

Got the project embedded, sqlite custom in target and linked .a file. I also downloaded the latest sqlite3 zip and replaced the make and related files in the sqlite3 folder...

Hi, curious as to the project's point of view on removing certain compilation options via the user configuration? For example, I would like to remove `-DSQLITE_OMIT_LOAD_EXTENSION` from the compilation configuration...