Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIColor 0x1e37e4878> valueForUndefinedKey:]: this class is not key value coding-compliant for the key knockout-white.'
In Uimage in Xcode 12 don't throw any exception. My code:
Image(systemName: self.Marked ? "checkmark.circle.fill" : "circle")
.renderingMode(.original)
In Uimage in Xcode 12 don't throw any exception. My code:
Image(systemName: self.Marked ? "checkmark.circle.fill" : "circle")
.renderingMode(.original)