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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -