You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since SwiftPM applies automatic linking for libraries, I am wondering if we can remove the explicit linking to Sqlite3 ? I tried it in a sample project and noticed the library still gets linked.
It is causing issues when consuming SDKs that use SqlCipher since SqlCipher cause undefined behavior if the system Sqlite3 is also linked.