sindresorhus / Defaults

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

Facing error in archiving in xcode 13 (non swiftui project) #89

Closed iZeDeveloper closed 2 years ago

iZeDeveloper commented 2 years ago

Hi

i am getting errors of combine framework in a non swiftUI project, many errors but one of them occurs on this line. can you please guide me how to fix this ?

public struct Default: DynamicProperty {

Cannot find type 'DynamicProperty' in scope

iZeDeveloper commented 2 years ago

forget i already raised this problem with you without any solution