问题描述
已更新为使用Bolts 1.1.4并使用新的和最新的Facebook SDK的Parse SDK 1.7.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]:无法识别的选择器发送到实例错误.
[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?
推荐答案
也存在此问题.我将Parse Bolts框架复制到了项目目录.引用没有做到这一点.与解析FacebookutilsV4相同.
Had this problem also.I copied the Parse Bolts framework to the project directory. Referencing didn't do it. Same for Parse FacebookutilsV4.
这篇关于[BFTask isFaulted]:无法识别的选择器发送到实例错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!