nithin
nithin

Reputation: 2457

iPhone:Sqlite file not found in library documents

I am trying some DB based apps in iphone.I used this sample as a guide and it works nice.
When I start a new project,no data is displayed.When checked I found that the sqlite file is not available in the library folder.

I checked the DBpath but its right.
What's gone wrong ?Please help me..

Upvotes: 0

Views: 1050

Answers (1)

dhruvvarde
dhruvvarde

Reputation: 179

Follow the link You need to set the path for the sqlite3.h file my using

#import "/usr/include/sqlite3.h"

Hope this will help you out :)

Upvotes: 1

Related Questions