What does the “Couldn't compile connection:” error mean?

前端 未结 2 1308
星月不相逢
星月不相逢 2020-11-28 08:33

I\'m getting the following error from Xcode:

Couldn\'t compile connection:  =&         


        
2条回答
  •  温柔的废话
    2020-11-28 09:18

    The problem is that this is a prototype cell. It is meaningless to have an outlet to something in it, because it isn't a real cell: it's a model for what might be dozens or hundreds of cells, and which one would the outlet point to in that case?

提交回复
热议问题