Running Ionic 3 app on iPhone throws error: 2 duplicate symbols for architecture arm64

后端 未结 5 2293
太阳男子
太阳男子 2020-12-15 19:22

I am opening .xcworkspace of my Ionic 3 project and trying to run it on my device but I suddenly get the following error in Xcode:

Ld /Users/man         


        
5条回答
  •  眼角桃花
    2020-12-15 19:41

    Since duplicate symbols are there, just removed "-ObjC" from both Targets and Project:

    Build Settings -> Linking -> Other linker flags.

    also try to remove any unwanted libraries from

    Targets -> Build Phases -> Link Binary with Libraries

提交回复
热议问题