1

Everytime I open my Cocoapods-generated xcworkspace, it gives me this warning along with a message:

The Copy Headers build phase contains duplicate references for one or more files.
This will remove the duplicate file references.

What's causing this error? Is the problem being caused by something in a specific pod? How do I permanently fix this?

4

1 回答 1

1

您可以手动添加一个已经存在于 pods 中的文件。检查是否有某个文件存在两次,如果手动添加则将其删除

pod install再次运行

于 2013-05-10T06:49:04.330 回答