Xcode 6 iOS 8 iCloud core data setup

后端 未结 2 979
梦谈多话
梦谈多话 2020-12-12 12:05

Has anyone got iCloud core data syncing setup on Xcode 6 and iOS 8? (hopefully this isn\'t a duplicate post)

Where did iCloud Core Data storage option go?

2条回答
  •  暖寄归人
    2020-12-12 12:27

    I struggled with a similar issue. I would see:

    Using local storage: 1
    

    but no other output. And if I rebuilt the app I would get something like:

    Error adding store for new account:
    

    One thing to note is that I would only get this output if I first presses the "home button" on the iPhone, and then reopened the app.

    A key thing to note is that I had no services selected. To fix this issue, I selected "iCloud Documents".

    You may need to delete the app before rebuilding.

提交回复
热议问题