You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I already have the FB/Bolts/Parse trio of frameworks installed in my project but when I install this pod it doesn't see them and installs duplicates in "${PODS_ROOT}/ and this causes all hell to break loose with duplicate symbols.
The text was updated successfully, but these errors were encountered:
I had the same hell. It's because they changed the name of the Parse SDK so there are indeed two different Parse-SDKs in CocoaPods with different names. The only way I could solve this was to make a copy of the pod file and use the git=> directive in my pod file. Hopefully the author fixes this soon, but it looks like he has not been active on this project for a while.
I already have the FB/Bolts/Parse trio of frameworks installed in my project but when I install this pod it doesn't see them and installs duplicates in "${PODS_ROOT}/ and this causes all hell to break loose with duplicate symbols.
The text was updated successfully, but these errors were encountered: