Swift CoreData let entity = NSEntityDescription.entity가 nil로 붕괴됨

문장은 대체적인 실시 절차를 소개한다.


https://www.2nd-walker.com/2020/03/05/swift-basic-how-to-use-coredata/#entitiwo_zuo_chengshi_shu_xingwo_she_dingsuru
이것은 매우 상세한 것이니 다행이다.
데이터 형식을 생성하려고 시도한 후 바로 Insert가 데이터를 입력하지 않고 Insert를 진행하는 방법에 부합하기 때문에 해결 방법을 기재했습니다.

해결 방법: AppDelegate 수정


https://teratail.com/questions/145548
  // 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名"쓰지 않으면 안 된다.
이거 고치면 통과야.

좋은 웹페이지 즐겨찾기