Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS Build a Diary App Using Core Data Inserting and Saving Data Inserting a Managed Object

Scott Muhs
Scott Muhs
2,621 Points

Missing Sqlite data

I have downloaded this project, and ran the app via simulator a couple times and created sample entries. I have also located the sqlite folder/file pertaining to this app, per the nslog output in the console area. I have opened the relevant sqlite file in the firefox sqlite add one manager. It opens just fine, and displays the different attributes/entities headers. However, there seems to be no data being stored in regards to the different entries that inserted into the app via core data. Am i missing something? Is there a reason why this user data is missing in the sqlite file?

Thanks so much.

1 Answer

Scott Muhs
Scott Muhs
2,621 Points

Problem solved...I simply was not assigning the action when executing the sql run.