Duplicate Symbols for Architecture arm64

前端 未结 24 2662
礼貌的吻别
礼貌的吻别 2020-12-02 16:21

When I try running my Xcode Project it fails with an error stating that I have duplicate symbols. I looked online where the find these duplicates but have had no luck:

24条回答
  •  不思量自难忘°
    2020-12-02 16:47

    Below Patch work for me..:)

    Step 1: Go to TARGETS -> Build Settings -> No Common Blocks -> No
    
    Step 2: Go to TARGETS -> Build Settings -> enable testability -> No
    

    Setting it back to NO solved the problem!

提交回复
热议问题