Posts

Post not yet marked as solved
1 Replies
782 Views
I want my exiting project that's using Core Data to enable it use NSPersistentCloudKitContainer.So I set up my project as below documentation "Setting Up Core Data with CloudKit" says.https://developer.apple.com/documentation/coredata/mirroring_a_core_data_store_with_cloudkit/setting_up_core_data_with_cloudkitBut if I change NSPersistentContainer into NSPersistentCloudKitContainer an error occures.The error message is "Use of undeclared type 'NSPersistentCloudKitContainer'".Why this happen?Are there anyone who can solve this problem?Please help me.Thanks in advance.
Posted Last updated
.