Duplicate Symbols for Architecture arm64

前端 未结 24 2628
礼貌的吻别
礼貌的吻别 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:51

    I've messed up my pods while downgrading a pod and I've managed to resolve the issue with duplicate symbols for architecture arm64 by removing the pods and installing them again with:

    pod deintegrate
    pod install
    

提交回复
热议问题