I\'ve seen several posts on google and stackoverflow related to this error, I\'ve read all of them but still fetching the problem , I will be glad for a solution. Here is th
I had this issue with a framework that I knew worked in another project. I had copied the files from the other project and added it to this one. Then when building I got 76 duplicate errors.
The simple solution for me was removing -ObjC from Other Linker Flags. The previous project did not have that. Once I did that, the warning disappeared and the project built successfully.