iOS FacebookSDK + Parse SDK + GoogleMaps SDK
问题 I searched a lot and I realized, -ObjC flag that GoogleMapSDK requires, doesn't play well with ParseSDK and FacebookSDK . So I read on all the stackoverflow answers and tried solving my problem. The problem isn't fixed yet. Steps I performed: Problem 1 :Parse doesn't work with -ObjC Solution 1 : To make Parse work with -ObjC import the FacebookSDK. Done Problem 2 : Parse and Fb SDK both use Bolts.framework and the linker gives duplicate symbol errors(some 92 of them) Solution 2 : Delete Bolts