Using xcode 4.1 I am developing an application which is having database integration. I am able to do all functions on firefox Sqlite Manager plugin. When I add data to firefox, the data is being added properly by query. But I am not able to find the database file in the build folder of my application.
How can I get this file from within the application and from where ?
I have to check that the data inserted from the application is properly inserted or not because at the time of selecting & displaying the data, the application crashes.
Thanks in advance for guiding me & solving this problem.
Run application in iphone simolator and then insert data and the see the sqlite file at the path
this path have many folders. folders have application data of all installed applications in simulator. search for your application and the open
here you have your sqlite file which store all your inserted data
Sometimes folders are hidden. so please check for hidden files and folders
Hope this will help.