Add an SQLite database to an iPhone app

前端 未结 7 1359
星月不相逢
星月不相逢 2020-11-28 21:34

I am trying to learn SQLite, and I am building an iPhone app. But I would like to add an SQLite database to my building app. I have got three tutorials, but I am not clear o

相关标签:
7条回答
  • 2020-11-28 22:02

    you will have to link in the framework to interact with the database. This can be found under you current iPhone SDK folder.

    /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS2.2.sdk/usr/lib/libsqlite3.0.dylib
    
    0 讨论(0)
提交回复
热议问题