We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The current main branch builds fine but fails with an error at runtime stating a missing symbol error for _sqlite3_unlock_notify.
main
_sqlite3_unlock_notify
> .build/mergestat summary dyld[33784]: symbol not found in flat namespace '_sqlite3_unlock_notify' [1] 33784 abort .build/mergestat summary
I think the cause of the issue is new changes introduced in the upstream PR, which I think renovate picked up in #337 😅
The text was updated successfully, but these errors were encountered:
fix(sqlite3): add flag to enable sqlite3_unlock_notify()
e881104
Fixes #349
riyaz-ali
Successfully merging a pull request may close this issue.
The current
main
branch builds fine but fails with an error at runtime stating a missing symbol error for_sqlite3_unlock_notify
.I think the cause of the issue is new changes introduced in the upstream PR, which I think renovate picked up in #337 😅
The text was updated successfully, but these errors were encountered: