Open fatbobman opened 3 years ago
.databaseScope = .public xcode15报错了 怎么解决
@XiaoXiaoZhiWei .databaseScope = .public xcode15报错了 怎么解决
估计你没有导入cloudkit
import CloudKit
有可能
发自我的iPhone
------------------ 原始邮件 ------------------ 发件人: 东坡肘子 @.> 发送时间: 2021年9月30日 14:04 收件人: fatbobman/blogComments @.> 抄送: 小小志伟 @.>, Mention @.> 主题: 回复:[fatbobman/blogComments] Core Data with CloudKit(五)——同步公共数据库 | 肘子的Swift记事本 (#56)
@XiaoXiaoZhiWei .databaseScope = .public xcode15报错了 怎么解决
估计你没有导入cloudkit import CloudKit
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
https://www.fatbobman.com/posts/coreDataWithCloudKit-5/
本文将介绍如何通过Core Data with CloudKit将公共数据库同步到本地,在本地创建Core Data数据库镜像。