duplicate symbols for architecture armv7

前端 未结 16 1731
遥遥无期
遥遥无期 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-01 02:31

    I have faced this problem once before. The reason is that I copied some methods and variables declared in the implementation body from one class to another. So rename these methods and moved these variable to the interface declaration area => solved.

提交回复
热议问题