ios - could not find sqlite3.dylib after updating xcode 7.3 -


i not find sqlite3.dylib after updating xcode 7.3. instead getting sqlite3.tbd.

i have searched solutions , have followed procedures like:

  1. go build phases > link binary librairies > + > add other
  2. once in file selection window "cmd"+shift+g (go folder) , type /usr/lib/
  3. from /usr/lib can add : libz.dylib , more...

but when i'm searching /usr/lib, shows folder can't found .

anyone has anymore solution problem?

you can use sqlite3.tbd same sqlite3.dylib.


Comments