I am developing a little app where you can add notes to a list using core data. It used to work perfectly fine until the last update to Xcode 11.2.1. Usually, every note appeared in the tableview right after adding it. After the update it did not work at all. I noticed that every new project in 11.2.1 contains a new file called "SceneDelegate". I copied and pasted the file into my project. But every added note will only appear once you restart the app. Does anybody know how to fix that?
Asked
Active
Viewed 42 times
1
-
Were you loading or saving notes through the app delegate prior to the update? – icestorm0806 Dec 07 '19 at 21:32
-
Yes, I used app delegate to safe my context – Jakob Wiemer Dec 08 '19 at 09:15