Xiaoye220 / EmptyDataSet-Swift

🎄 DZNEmptyDataSet implement with Swift.A drop-in UITableView/UICollectionView superclass category for showing empty datasets whenever the view has no content to display. DZNEmptyDataSet with Swift.
MIT License
692 stars 99 forks source link

Doesn't build with carthage #35

Open thejeff77 opened 5 years ago

thejeff77 commented 5 years ago

Output error on latest version of carthage

*** Skipped building EmptyDataSet-Swift due to the error: Dependency "EmptyDataSet-Swift" has no shared framework schemes

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

thejeff77 commented 5 years ago

Added a comment here : https://github.com/Carthage/Carthage/issues/2380

Xiaoye220 commented 5 years ago

I'm sorry that I'm not good at Carthage. @mateuszwagner added Carthage support. Maybe I should learn Carthage someday.

Blackjacx commented 4 years ago

I also experience the same with my Framework: https://github.com/Blackjacx/Source

arnold-plakolli commented 3 years ago

Wait for this PR to complete or just add this to your Cartfile if you don't want to wait:

github "arnold-plakolli/EmptyDataSet-Swift" "master"

P.S. Make sure to update your Cartfile after the PR completes.