标签: ios cloudkit
当试图保存CloudKit CKRecord时,我得到一个CKError返回,它给出了以下描述:
<CKError 0x7fd3d24e1810: "Internal Error" (1/2005); "there is no operation associated with this request">
任何可能导致此问题的想法? Google不会对此错误返回任何结果。
答案 0 :(得分:2)
CloudKit常量引用here中提到了此错误。显然这是CK中的某种内部问题。问题是否经常发生?你在这次行动中做了什么特别的事吗?