Is it possible to access the sqlite filr for core data, and run queries against it?
Where is this file located at?
Is it possible to access the sqlite filr for core data, and run queries
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The file will be located under the iPhone Simulator in your Application Support directory.
From there you will see several directories corresponding to the simulator versions. Under the version directory will be an Applications directory and then a GUID directory. One of those GUID directories will be your application. From there your sqlite file should be in the Documents directory and you can play with it from the command line tool
sqlite3.Enjoy!