cannot combine with previous 'type-name' declaration specifier

前端 未结 6 522
暖寄归人
暖寄归人 2021-01-17 12:23

My iOS app was working and all of a sudden I\'m seeing this error: \"cannot combine with previous \'type-name\' declaration specifier\". Any ideas on what could be causing t

6条回答
  •  鱼传尺愫
    2021-01-17 12:53

    I had this same problem. It turns out I had a typo in my main.m file. Once I cleared that up, this error went away.

提交回复
热议问题