DZNEmptyDataSet icon indicating copy to clipboard operation
DZNEmptyDataSet copied to clipboard

error: -[UITableView setEmptyDataSetSource:]: unrecognized selector sent to instance

Open xxzizixx opened this issue 6 years ago • 2 comments

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.

xxzizixx avatar May 24 '18 08:05 xxzizixx

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.

screen shot 2018-07-09 at 2 40 31 pm screen shot 2018-07-09 at 2 41 35 pm

sphericalwave avatar Jul 09 '18 17:07 sphericalwave

Solved it...by skiming through this tutorial...

https://www.raywenderlich.com/165660/carthage-tutorial-getting-started-2

screen shot 2018-07-09 at 2 53 08 pm

sphericalwave avatar Jul 09 '18 17:07 sphericalwave