ios - "Duplicate interface definition" suddenly happening on archiving and using cocoa pods -
There have been some changes in a project today, but when I went to the archive for release, I suddenly got a duplicate interface It got the definition that it was made fine a few days ago, and just makes it fine on the simulator, but once I try to store it throws the error.
This is complaining about the duplicate interface definition for the "pop" pod. This is not a static library as far as I can tell (which lists the cocopods page as the reason for this problem), what could be wrong here?
I have tried to clean up the build folder, but this does not help, I have not changed anything in the blister, just in my project. The duplicate definitions that are about to complain about it are from the header file in the pod, and from the header file in the cocopods header / build folder.
Comments
Post a Comment