ios - Target 'Pods' - Remove Duplicate References in Build Phase -
everytime open cocoapods-generated xcworkspace
, gives me warning along message:
the copy headers build phase contains duplicate references 1 or more files. remove duplicate file references.
what's causing error? problem being caused in specific pod? how permanently fix this?
you may added file manually there in pods.check if there file exist twice , remove if manually added
run pod install
again
Comments
Post a Comment