James Pamplona

71 Followers
624 Following
78 Posts
iOS developer. Cat enthusiast. Other things. Surely there must be other things....
(he/him)
πŸ‡΅πŸ‡ΉπŸ‡ΊπŸ‡Έ
Githubhttps://github.com/toastersocks
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
NSCompositeAttributeDescription | Apple Developer Documentation

A description of an attribute that derives its value by composing other attributes.

Apple Developer Documentation
Has anybody experienced anything like this? This is just an example view, but every search bar in my app is like this.
#SwiftLang #SwiftUI