CUICatalog: Invalid asset name supplied: (null) _configureCellForDisplay:forIndexPath

时间:2023-03-09 04:48:56
CUICatalog: Invalid asset name supplied: (null) _configureCellForDisplay:forIndexPath

1.CUICatalog: Invalid asset name supplied: (null)

  • 如果连续出现几个这样的错误,表示UIImageView为空
  • 那么就需要检查UIImageView是否出错,没有问题,在去检查上面几行代码是否有问题。

2.出现-[UITableView _configureCellForDisplay:forIndexPath:

  • 是因为在cellforRow方法里面 return cell为空造成的。