You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That happened 'cause iOS 15 contains Foundation.AttributedString, to avoid this misunderstanding from the compiler you can make an alias to your code like this: typealias AttributedString = SwiftRichString.AttributedString
just before your var declarations like this example:
typealias AttributedString = SwiftRichString.AttributedString
var appointmentDate : AttributedString?
'AttributedString' is ambiguous for type lookup in this context
The text was updated successfully, but these errors were encountered: