Ios swift – "Cannot Synthesize" — Why is this class not ready to be declared "@Model" for use with SwiftData?
I am trying to convert the Landmarks app to SwiftData... why isn't this class conforming to codable/decodable? It won't compile but the messages are non-specific: "Type 'Landmark' does not conform to protocol 'Decodable'" "Type 'Landmark' does not conform to protocol…