Duplicate Symbol Error

后端 未结 11 2008
情书的邮戳
情书的邮戳 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:22

    I dont really understand why this would be a problem so maybe someone could clarify but for me the problem was that I had imported another class which had declared an instance variable with the same name as one in the current class.

    When I changed the name of the ivar in the imported class's implementation the error disappeared.

    Hope this helps!

提交回复
热议问题