Im reading in this book "Wrox Beginning IOS 4 Application Development" to try n figure out how to be able to save user data using sqlite3.
In this exercise it is telling me to start a new "view based Application". I do that and then it says to "Right Click" the "Frameworks" folder and add the "libsqlite3.dylib" Library to it.
Well i cant figure out how to add that library. I downloaded the source code for this book thinkin it might be in there and its not. So im assuming it is something built in to xcode but i cant figure out how to add this thing.
Can anyone lead me in the right direction so i can try and get started on this chapter?