In my SwiftData @Model
I have an attribute attachments: [String]?
and I'm getting an error when trying to save it:
CoreData: fault: Could not materialize Objective-C class named "Array" from declared attribute value type "Array<String>" of attribute named attachments
.
Getting this error periodically on iOS 18 Beta 7 on iPhone, but the same code works on iPadOS 18 b7 and on macOS Sonoma (14.6.1)
Anyone seen this?