duplicate symbols for architecture armv7

前端 未结 16 1724
遥遥无期
遥遥无期 2020-12-01 01:46

Getting following error when try to use Layar SDK in my existing app. How can I solve this?

Ld /Users/pnawale/Library/Developer/Xcode/DerivedData/hub-afxxzaq         


        
16条回答
  •  悲哀的现实
    2020-12-01 02:28

    Generally, this kind of error occurs due to duplicate classes and xibs in your project folder. For example, in my project I had some class files duplicated(.h/.m files). You can see these duplicate classes under target->Build phases->compile sources.

    Just look and remove extra classes. Problem will be solved.

提交回复
热议问题