Data doesn't save when I click stop button on Xcode

Hi,
In the Checklist app, chapter 17, page 400, I invoked saveData() in applicationWillTerminate but still when I add some new data to the app and press stop, it doesn’t save any data.
Like what book says “Press Stop in Xcode to terminate the app. Run the app again and your data should
still be there.” I expected to see my last data after pressing stop.

Hi @nimak, if you are still struggling please share a code snippet of the issue you are having. Also, are you receiving any errors when you run Xcode or does the app not do what you expect in regards to the data saving?

Best,
Gina

This topic was automatically closed after 166 days. New replies are no longer allowed.