This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10794954-beginning-core-data/lessons/6
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/10794954-beginning-core-data/lessons/6
I’m trying to follow along with the video here in Feb 2022 and can’t help but notice that AppDelegate (and SceneDelegate) is missing from the repo. How do I proceed? Attaching a screenshot…
Same here.
I don’t see any notes about this. Can anyone shed light on what to do here?
Ozymoondias, it looks like you and I are at the same spot in our journey. Good to know someone else is going through these videos at the same time I am.
Hi, ozymoondias. I just ran into the same issue. The video appears to be referencing the GitHub files in version 5.0 (video-bcd-materials/AppDelegate.swift at versions/5.0 · raywenderlich/video-bcd-materials · GitHub). In that version, there is an AppDelegate.swift file. If you use the GitHub version 5.1 files, it looks like it is already set up with the Reminders.xcdatamodeld as well as the PersistentContainer (located in the Reminders_SwiftUIApp.swift file).
So, if you want to follow (at least this part), then looks like you will need to check out the version 5.0 code.