I have an Ionic project and I am receiving this message when I try to compile my project on xCode. This project used to work fine with the parse plugin, but I have installed the facebookconnect plugin and now it seems the bolts are duplicate.
duplicate symbol _OBJCIVAR$_BFAppLinkTarget._URL in:
MyTest/Plugins/com.parse.cordova.core.pushplugin/Bolts.framework/Bolts(BFAppLinkTarget.o)
MyTest/Plugins/com.phonegap.plugins.facebookconnect/FacebookSDK.framework/FacebookSDK(BFAppLinkTarget.o)
I have an Ionic project and I am receiving this message when I try to compile my project on xCode. This project used to work fine with the parse plugin, but I have installed the facebookconnect plugin and now it seems the bolts are duplicate.
duplicate symbol _OBJCIVAR$_BFAppLinkTarget._URL in: MyTest/Plugins/com.parse.cordova.core.pushplugin/Bolts.framework/Bolts(BFAppLinkTarget.o) MyTest/Plugins/com.phonegap.plugins.facebookconnect/FacebookSDK.framework/FacebookSDK(BFAppLinkTarget.o)