lundi 11 janvier 2016

linker command failed with exit code 1 for lsqlite3.0

My app is running and building . suddenly it gives error like, linker command failed with exit code 1 .

The app runs successfully , but gives error while building and archiving the app

The error :

ld: library not found for -lsqlite3.0
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I have tried lots of solution such as, changing library paths , changing the architecture, adding libraries and so on.

App build phases contains, library "libsqlite3.0.dylib" and I am unable to find library -lsqlite3.0.

enter image description here

Aucun commentaire:

Enregistrer un commentaire