malcommac / SwiftRichString

👩‍🎨 Elegant Attributed String composition in Swift sauce
MIT License
3.1k stars 211 forks source link

After updating Xcode to 13 beta 5, getting ambiguous error #134

Open ahsanaasim opened 3 years ago

ahsanaasim commented 3 years ago

I have just updated xcode to 13 beta 5. After updating, I am getting the following error

Screenshot 2021-08-29 at 11 38 45 PM

I have tried clearing the cache and rebuilding the project after cleaning. Also I reinstalled using pod install.

ahsanaasim commented 3 years ago

Seems to be a conflict with iOS 15s new AttributedString.

ahsanaasim commented 3 years ago

For now solved it using SwiftRichString.AttributedString. Waiting for an update from SwiftRichString

zhangfurun commented 2 years ago

same bug wish to fix