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

前端 未结 2 557
孤城傲影
孤城傲影 2021-02-07 21:45

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:11

    You need to add -ObjC to "other linker flags" in your project's build settings.

提交回复
热议问题