[BFTask isFaulted]: unrecognized selector sent to instance error
Asked Answered
B

2

1

Updated to Parse SDK 1.7.1 with Bolts 1.1.4 and using the new and latest Facebook SDK. Every time I login the user I get the following error:

[BFTask isFaulted]: unrecognized selector sent to instance error.

I'm able to login the user, the user's info is store in parse, but not sure how to resolve this exception.

Anyone else having this problem?

Breakup answered 19/4, 2015 at 20:4 Comment(2)
I am currently facing the problem as well, were you able to find a solution?Marelya
Yes i was - i hope by now the facebook sdk and parse sdk documentation is upadted. I am not near my computer right now, but from what i remember is that you have to make sure that you have the latest bolt framework in your project. The lastest from parse not the one that comes with facebook. Also make sure both parse and facebook frameworks are the latest. Other than that I'd have to look at my code later tonight as some of the blocks are a bit different than what facebook and parse provideBreakup
H
0

Had this problem also. I copied the Parse Bolts framework to the project directory. Referencing didn't do it. Same for Parse FacebookutilsV4.

Hanshansard answered 29/5, 2015 at 7:32 Comment(0)
O
0

I had solved this problem just a minute ago. You need update the latest FacebookSDK to avoid this error. You can just download the latest SDK from facebook website.

However if you just drag the parse and facebook framework together into the project, maybe a 'duplicate' error will be reported.

So I recommend you to use CocoaPods to manage your thirdparty framework.

Obduce answered 21/6, 2015 at 15:44 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.