Swift CoreData let entity = NSEntityDescription.entity가 nil로 붕괴됨
문장은 대체적인 실시 절차를 소개한다.
이것은 매우 상세한 것이니 다행이다.
데이터 형식을 생성하려고 시도한 후 바로 Insert가 데이터를 입력하지 않고 Insert를 진행하는 방법에 부합하기 때문에 해결 방법을 기재했습니다.
해결 방법: AppDelegate 수정
// MARK: - Core Data stack
lazy var persistentContainer: NSPersistentContainer = {
/*
The persistent container for the application. This implementation
creates and returns a container, having loaded the store for the
application to it. This property is optional since there are legitimate
error conditions that could cause the creation of the store to fail.
*/
let container = NSPersistentContainer(name: "xcdatamodeld名")...
위의 문장처럼 "xcdatamodeld名"
쓰지 않으면 안 된다.이거 고치면 통과야.
Reference
이 문제에 관하여(Swift CoreData let entity = NSEntityDescription.entity가 nil로 붕괴됨), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://zenn.dev/tanukidevelop/articles/d16fd85d84ffdb텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)