evermeer / AttributedTextView

Easiest way to create an attributed UITextView (with support for multiple links and from html)
Other
440 stars 55 forks source link

Using Swift Package Manager #36

Closed vinamelody closed 1 year ago

vinamelody commented 3 years ago

Hi, I am trying to add via SPM but getting this error. Could you help?

Screenshot 2021-01-10 at 10 17 42 AM

Thank you in advanced!

evermeer commented 3 years ago

Sorry, I don't think I can help you. SPM support is only here because it was in the initial setup template of the project. I have no experience with SPM. I always use Cocoapods. Maybe someone else can help?

vinamelody commented 3 years ago

Hi @evermeer Ii want to try importing as Add the downloaded AttributedTextView.framework. but not sure how. I choose iOS and build, get the .framework inside Product folder. But when I add in my project, I see this error Screenshot 2021-01-10 at 7 52 55 PM

Svantulden commented 1 year ago

PR is open to add support: https://github.com/evermeer/AttributedTextView/pull/39