Hi, I have a swift data class that has an enum PromptFont
as a property.
the data class is hosted in CloudKit.
upon launch, I started getting this error:
below is the property and the enum
when I released this app, there was no error, and it was building and running flawlessly. when I build this on a simulator (iPadOS 17.5), it runs just fine