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
通过xcode配置Build Phases - Link Binary With Libraries中增加libsqlite3.tbd;
通过Build Settings - Other Linker Flags中增加-lsqlite3;
通过cocoapods引用第三方库时,间接依赖了libsqlite3。
如果是前两种情况可以通过去掉libsqlite3.tbd或者-lsqlite3依赖解决,如果是第三种情况,可以将App工程target配置Build Settings中 Other Linker Flags中的$(inherited)去掉,并将其值串手动去掉-l”sqlite3”和-l”sqlite3.0”后重新添加到 Other Linker Flags中。
调用signInByName时,Sqlite3报错“no such function: sqlcipher_export”。
The text was updated successfully, but these errors were encountered: