正如@Vadian所说,你忘了保存上下文。
所以,实施它:
do { try managedContext.save() } catch let error as NSError { print(error) }