CloudKit 问题集锦
字段识别
CloudKit | Class |
---|---|
String(list) | NSArray |
String | NSString |
Asset | CKAsset |
Bytes | NSData |
Date/Time | NSDate |
Double | NSNumber |
Int(64) | NSNumber |
Location | CLLocation |
Reference | CKReference |
报错
Field ‘___createTime’ is not marked sortable
确保CloudKit的Schema中Indexes设置Sortable
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Soyl's Blog!
评论