CEWendel / SWTableViewCell

An easy-to-use UITableViewCell subclass that implements a swippable content view which exposes utility buttons (similar to iOS 7 Mail Application)
MIT License
7.13k stars 1.27k forks source link

Carthage support #420

Open dmitrysimkin opened 6 years ago

dmitrysimkin commented 6 years ago

from 'Cartfile' github "CEWendel/SWTableViewCell"

Console: carthage update

*** Checking out SWTableViewCell at "0.3.7"
*** Skipped building SWTableViewCell due to the error:
Dependency "SWTableViewCell" has no shared framework schemes

If you believe this to be an error, please file an issue with the maintainers at https://github.com/CEWendel/SWTableViewCell/issues/new

Is there anything for me to do to fix it?