How to link a SQlite Extension Source File into Xcode for iPhone?
- by crunchyt
I use a statically linked library for Sqlite in an iPhone Xcode project. I am now trying to include a .C extension to Sqlite in this project. However, I am having trouble making the Sqlite in the build SEE the extension.
The statically linked Sqlite library works fine. Also the .C extension works on my desktop, and builds fine as a statically…