Am using parse 1.8.5 and FacebookSDKs-iOS-20150910(Latest) when i Build the Application am getting Duplicate symbols issue .i removed Bolts framework which was given by parse and added below code in Appdelegate method but am facing Duplicate issue can any one guide me to fix this.
NSString *const BFTaskMultipleExceptionsException = @"BFMultipleExceptionsException";
Thanks in Advance