Is there any way that I can spectate my data in database which is in my database created whit core data?
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 database is in SQLite format and you if you are using the simulator you can access it in
~/Library/Application\ Support/iPhone\ Simulator/[current version]/Applications/[some guid][current version]will be like 4.2 and[some guid]will be a guid identifier and you can just open up each folder and look for your application. Inside of one of the subdirectories of your application you should find a SQLite database. That file can be opened with tools such as Lita and a SQLite Manager plugin for Firefox.