CloudKit: "There is no operation associated with this request"
CloudKit: "There is no operation associated with this request"
当试图保存 CloudKit CKRecord 时,我得到一个 CKError returned,它给出了以下描述:
<CKError 0x7fd3d24e1810: "Internal Error" (1/2005); "there is no operation
associated with this request">
有什么可能导致这种情况的想法吗? Google return 此错误根本没有任何结果。
此错误在 CloudKit 常量参考 here 中提到。显然,这是 CK 中的某种内部问题。问题是否反复出现?这次行动有什么特别的吗?
当试图保存 CloudKit CKRecord 时,我得到一个 CKError returned,它给出了以下描述:
<CKError 0x7fd3d24e1810: "Internal Error" (1/2005); "there is no operation
associated with this request">
有什么可能导致这种情况的想法吗? Google return 此错误根本没有任何结果。
此错误在 CloudKit 常量参考 here 中提到。显然,这是 CK 中的某种内部问题。问题是否反复出现?这次行动有什么特别的吗?