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

Build for arm64 #275

Closed
alanjhughes opened this issue Jul 10, 2023 · 4 comments
Closed

Build for arm64 #275

alanjhughes opened this issue Jul 10, 2023 · 4 comments

Comments

@alanjhughes
Copy link

Is it possible to build for arm64 to use the extension on iOS?

@tantaman
Copy link
Collaborator

tantaman commented Jul 10, 2023

There is an arm build under releases (https://github.com/vlcn-io/cr-sqlite/releases/tag/v0.14.0-next.0). I'm told, however, that iOS doesn't allow dynamic loading of SQLite extensions and it'd instead have to be compiled directly into the SQLite library.

If you're going down the iOS route, lmk if this is in fact the case and we can figure something out. Some people have done it already but, alas, they never shared back how they made it work 😢

@alanjhughes
Copy link
Author

Sorry about opening an issue to get in contact. I've reached out on twitter if that works better?

@tantaman
Copy link
Collaborator

#276

@louwers
Copy link
Contributor

louwers commented Mar 29, 2024

SQLite tries to load .dylib on iOS, but the distributed XCFramework has no extension.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants