Facebook iOS SDK 3.2.1 - [NSError fberrorShouldNotifyUser]: unrecognized selector sent to instance

前端 未结 2 581
我寻月下人不归
我寻月下人不归 2021-02-07 21:38

I just upgraded my app from Facebook iOS SDK 3.1 to 3.2.1 and I\'m trying to take advantage of the new error handling provided by the new FBError category on NSError. The code i

2条回答
  •  既然无缘
    2021-02-07 22:14

    Did you install the 3.2.1 sdk into a different directory (rather than overwriting the 3.1 sdk)? If so, it's possible xcode is linking the older version. Can you confirm the framework path in xcode by:

    1. In project navigator where you added the Facebook Framework, right click -> Show in Finder and verify it opens the 3.2.1 sdk location; and,
    2. In your target's build settings, search for "framework" and verify the Framework Search Paths only includes the 3.2.1 sdk path - I have found that it can remember old framework locations and use the the wrong path.

提交回复
热议问题