nathantannar4 / InputBarAccessoryView

A simple and easily customizable InputAccessoryView for making powerful input bars with autocomplete and attachments
MIT License
1.15k stars 229 forks source link

When installing MessageKit using SPM, inputBarAccessoryView enters a fetching loop #221

Closed Camelot93 closed 2 years ago

Camelot93 commented 2 years ago

Hello,

I am using SPM as a dependency manager for my Xcode project. When adding MessageKit package using the URL github.com/MessageKit/MessageKit, Xcode enters a fetching loop when trying to retrieve inputBarAccessoryView where it:

-Fetches inputBarAccessoryView -resolve packages -updates Messagekit -clone inputBarAccessoryView -remove inputBarAccessoryView

And repeats

the Error encountered during this process is invalid custom path 'Sources' for target 'InputBarAccessoryView'

Environment Xcode Dependency manager SPM Version of MessaggeeKit that i am trying to get is the same as master

Kaspik commented 2 years ago

Not able to repro.