library not found for -lsqlite3.0

谁说我不能喝 提交于 2019-12-23 04:29:34

问题


When I run the app in ios device to make ipa file, this error appear. How I can solve this problem?? PLZ help me.

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

Thanks


回答1:


In your project settings (and the left-hand pane, selected using Command-1) remove the reference to sqlite3.0 and replace them with sqlite3 instead (i.e changing "3.0" to just "3").



来源:https://stackoverflow.com/questions/15002523/library-not-found-for-lsqlite3-0

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!