avivais / phonegap-parse-plugin

Phonegap 3.0.0 plugin for Parse.com push service
195 stars 315 forks source link

duplicate symbol _OBJC_IVAR_$_BFAppLinkTarget._URL #67

Open franciswagner opened 9 years ago

franciswagner commented 9 years ago

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)

ndeverge commented 9 years ago

+1

ndeverge commented 9 years ago

I finally found a solution: http://stackoverflow.com/a/25887814/320180

Daelyn84 commented 4 years ago

``