I have made an app that has to access a database frequently. The app is Programed in swift and for the database access i use the framework SQLITE.swift from stephencelis. Everything works finde but when I install the Program on another machine with osx 10.9.4 I get the following error.
dyld: lazy symbol binding failed: Symbol not found: _sqlite3_close_v2 Referenced from: /Applications/timeBro.app/Contents/MacOS/../Frameworks/SQLite.framework/Versions/A/SQLite Expected in: /usr/lib/libsqlite3.dylib
Any Ideas how this can be handled? Should I add some requirements to the pkg I use?