Hello everybody. I need some help on runnig an application which uses self compiled sqlite library. The library is compiled together with the whole project and is located in the same directory as the application. The application compiles just fine without any complications but i get an error while trying to run it. Before the application cat start i get the following error:
dyld: Symbol not found: _sqlite3_intarray_bind
Referenced from: /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Expected in: /Users/r00t/Documents/Develop/CPP/opticalmeltingcontrol/build/Debug/libsqlite3. 9.0.0.dylib
in /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
Program ended with exit code: 9
And the interesting fact is that i can run the binary from the file manager and it works without any problems. But i need to get it runnig with xcode.
Thanks for help in advance and forgive me my bad english.
0 comments:
Post a Comment