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

后端 未结 5 2290
太阳男子
太阳男子 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:50

    To solve the problem please have a look over this blog post from Cordova iOS 4.5. http://cordova.apache.org/announcements/2017/09/08/ios-release.html

    You need to remove plugin "cordova-plugin-console" that is installed by default when generating a new Ionic project. Now this is in core part of cordova for iOS.

提交回复
热议问题