sindresorhus / Defaults

💾 Swifty and modern UserDefaults
https://swiftpackageindex.com/sindresorhus/Defaults/documentation/defaults
MIT License
1.97k stars 117 forks source link

Type 'User' does not conform to protocol 'DefaultsSerializable' #110

Closed GanZhiXiong closed 2 years ago

GanZhiXiong commented 2 years ago

image

image
sindresorhus commented 2 years ago

https://github.com/sindresorhus/Defaults/blob/main/workaround.md

This is fixed in Xcode 14.

GanZhiXiong commented 2 years ago

Thank you, solved!