Here are two articles I found useful recently. The first describes in great detail how to compile a static library in Xcode, and the second describes how to get a project to link against one of your own static libraries over dylibs that come with the system.
- http://www.mail-archive.com/sqlite-users@sqlite.org/msg15596.html
- http://developer.apple.com/qa/qa2006/qa1393.html
Put the two together, and you can package your own little libraries into your projects, and you can ignore the requirements of your target system (or systems). In my case, I wanted to get iPodRip working on 10.4, which only comes with SQLite 3.1.3 or something like that. So bundling a custom static library was the only option for it.
Worked out great after banging my head on the wall for a bit.
0 notes
POSTED Tuesday June 30th