Duplicate Symbol Error in Objective-C build?

前端 未结 17 2004
礼貌的吻别
礼貌的吻别 2020-11-27 14:12

I got this error when I press build+debug:

ld: duplicate symbol .objc_class_name_BlogTableItemCell in /Users/fabian/Development/Workspaces/iphone_experiments         


        
17条回答
  •  温柔的废话
    2020-11-27 15:18

    I just ran into this problem myself. For the list, here's another possibility:

    Duplicated linking line in the project file.

    I caused this merging conflicts on a SVN update, when I accidentally duplicated a line.

提交回复
热议问题