Roman Nekipelov
Roman Nekipelov
@helje5 > Can't look into that right away, but RawValue properties are _not_ supposed to be treated as `Codable`'s. Instead they should just store as their rawValue (e.g. String in...
Same troubles when trying usage enum types ``` enum AccessLevel: String, Codable { case selfOnly = "selfonly" case master case technical case financial } @Model final class StoredAccess: NSManagedObject {...
I'm some change `init` code and now have new console crash with fatalError ``` ManagedModels/PersistentModel+KVC.swift:249: Fatal error: No box found for non-optional Codable value for key token? ```
@helje5 Have new error ``` Could not cast value of type 'Swift.Optional' (0x1f624fc18) to 'Swift.String' (0x1f6248898). ``` in `PersistentModel+KVC.swift`
> With the 'develop' branch? yes