React-native-fbsdk: iOS 10.0 xcode 8 - Error - createErrorFromErrorData

Created on 8 Sep 2016  路  4Comments  路  Source: facebook/react-native-fbsdk

I have the following error when I try to login on ios 10 built with xcode 8

Error: Login Failed
    at createErrorFromErrorData (MessageQueue.js:454)
    at MessageQueue.js:405
    at MessageQueue.__invokeCallback (MessageQueue.js:268)
    at MessageQueue.js:130
    at guard (MessageQueue.js:42)
    at MessageQueue.invokeCallbackAndReturnFlushedQueue (MessageQueue.js:129)
    at onmessage (debuggerWorker.js:39)

has something changed for ios 10 on facebook login?

All 4 comments

Wow. I ran into this issue today and was 100% stumped by the error and callstack.

I followed that SO post and it solved the problem for me too. Thanks for rescuing my evening!

I've gotta know though, how did you know that was the problem?!

@owencm, I've just googled and tried different possible solutions

If anyone else is still getting this error when switching accounts, make sure to call LoginManager.logOut() before logging in again. App functionality will remain identical, but this handles the edge case of swapping users.

Was this page helpful?
0 / 5 - 0 ratings