Fail
07/24/2019, 2:23 PMUndefined symbols for architecture x86_64:
"_sqlite3_bind_text16", referenced from:
_SQLiter_SQLiteStatement_nativeBindString in app(combined.o)
"_sqlite3_bind_int64", referenced from:
.....
Solved🎉kpgalligan
07/24/2019, 2:59 PM-lsqlite3
in them. Why you’re seeing it is not so simple, though. In theory that should be there already-lsqlite3
is being added by other Pods. Try the following. Open your main app in Xcode${inherited}
in it-lsqlite3
${inherited}
. Also, to be clear, that’s “dash”, the lower case letter “L”, and “sqlite3”Fail
07/24/2019, 3:33 PMkpgalligan
07/24/2019, 3:34 PM