Hello, I am receiving this caution, is anyone able to fix this please?
Thank you in advance!
if let filePath = pathForItems() {
NSKeyedArchiver.archiveRootObject(items, toFile: filePath)
// Post Notification
NotificationCenter.default.post(name: NSNotification.Name(rawValue: "ShoppingListDidChangeNotification") , object: self)
}
}