warning: duplicate protocol definition of '…' is ignored

后端 未结 4 973
不思量自难忘°
不思量自难忘° 2020-12-17 02:46

How should I respond to this warning?

warning: duplicate protocol definition of \'...\' is ignored

My protocol declaration is in

4条回答
  •  轮回少年
    2020-12-17 03:14

    Yes I had the same problem. I was unable to find the duplicate header file in Xcode project. But when i went through the finder from the Xcode i found the 2 header file of the protocol in the project. Deleting one solved the problem. Thanks.

提交回复
热议问题