Getting a compile error when trying to use #CoreData composite attributes on a model with #CloudKit sync turned on. The docs say this should work. Unchecking the "Used with CloudKit" box compiles w/no error.
https://developer.apple.com/documentation/coredata/nscompositeattributedescription
"You may use composite attributes anywhere you use standard attributes, including lightweight migrations and CloudKit, through NSPersistentCloudKitContainer."
Occurs with both iOS and macOS targets. Feedback#: FB13317454 But does anyone have any ideas?
#Xcode #Swift
https://developer.apple.com/documentation/coredata/nscompositeattributedescription
"You may use composite attributes anywhere you use standard attributes, including lightweight migrations and CloudKit, through NSPersistentCloudKitContainer."
Occurs with both iOS and macOS targets. Feedback#: FB13317454 But does anyone have any ideas?
#Xcode #Swift