You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
guard let appDelegate = UIApplication.shared.delegate as? AppDelegate else { fatalError() }
let persistentContainer = appDelegate.persistentContainer /* error = Value of type 'AppDelegate' has no member 'persistentContainer' */
let context = persistentContainer.viewContext
return context
}()
The text was updated successfully, but these errors were encountered:
static let context: NSManagedObjectContext = {
The text was updated successfully, but these errors were encountered: