Tagged Questions
1
vote
1answer
205 views
iphone sqlite undefined symbol errors
I am trying to learn sqlite for the iphone and am using the tutorial at this link:
http://www.techotopia.com/index.php/An_Example_SQLite_based_iPhone_Application
I created a single view application ...
1
vote
4answers
1k views
libsqlite3.dylib, missing required architecture i386
I am using libsqlite3.dylib and am getting the following error when am compiling my project.
ld: warning: ignoring file /Users/dcdmc/Documents/Beginning iPhone 5 Dev/Persistence ...
0
votes
1answer
3k views
How do I use Sqlite in a dylib in an i386 app in XCode 4? This approach does work in iPhone app
Using Sqlite in a dylib in an i386 app in XCode 4
For iOS I needed to add a file namely libsqlite3.0.dylib from directory:
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 ...