CoreData 'This NSPersistentStoreCoordinator has no persistent stores. It cannot perform a save operation.'

后端 未结 9 514
终归单人心
终归单人心 2020-12-24 02:58

I have been following these instructions to help integrate iCloud support with CoreData and I am getting some errors.

I have this in my AppDelegate:

         


        
9条回答
  •  一向
    一向 (楼主)
    2020-12-24 03:03

    Update re. XCODE 4.6.3 and MACOSX 10.9.5:

    To solve the problem I removed the app directory related to the product in xcode derived data location:

    rm -rd /Users//Library/Developer/Xcode/DerivedData/. Apparently the data gets messed up after playing with the object model.

提交回复
热议问题