Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要检查 CloudKit 容器中的哪些 CKRecords 还没有父记录。我如何才能只获取还没有父级的记录?我试过 NSPredicate,但收到错误“未知字段'父'”。
您无法通过简单的查询来实现此目的,但您可以过滤Share属性为 nil 的获取记录。