DZNEmptyDataSet
DZNEmptyDataSet copied to clipboard
error: -[UITableView setEmptyDataSetSource:]: unrecognized selector sent to instance
About this question ,first time I also attacked. To solve this question, you can try this method, and it may solve your problem: 1、go to "Build Phases" , 2、select "Link Binary with Libraries", 3、add lib DZNEmptyDataSet.framework(What I used Installation is cocoapod) .
If there are any other questions, you can ask me in this dialogue,thanks.
My app is also crashing because "error: -[UITableView setEmptyDataSetSource:]: unrecognized selector sent to instance".
I tried this solution but the app crashes on launch.
Any suggestions are appreciated.
Solved it...by skiming through this tutorial...
https://www.raywenderlich.com/165660/carthage-tutorial-getting-started-2