How should I respond to this warning?
warning: duplicate protocol definition of \'...\' is ignored
My protocol declaration is in
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.