Duplicate Symbol Error

后端 未结 11 1998
情书的邮戳
情书的邮戳 2021-01-18 03:44

I\'m not sure what I did but I added an IBOutlet to display an additional attribute in a TableView cell. When building the application I get the following error message...

11条回答
  •  渐次进展
    2021-01-18 04:02

    I had this problem . I solve it.

    Because ı did mistake when ı import to viewcontroller .

    mistake: #import "viewcontroller.m"

    Later I edit : `#import "viewcontroller.h"

    only I changed extension of viewcontroller .

提交回复
热议问题