I recently started adding my iOS 10 app features when I discovered a strange error:
When authenticating with the facebook SDK via the browser, as soon as I press the confirmation button in facebook itself on the built-in browser, the application crashes.
Unfortunately, this error is not informative, the console does not tell me anything about it, and there is no call stack to see where this exception occurred.
Two points to demonstrate this error: 1. This error does not occur if the system is logged in through the System account, but only when it is in the browser, as you can see in the following photo: 
(As soon as I touch OK, an exception is raised)
- When I run my application through Xcode 7.x, an error does not occur. So this is probably due to the integration of the facebook SDK with the new compiler or something like that.
I hope someone has an answer to this, or maybe the thought of how I can debug this uninformative error. Thanks in advance, Liran.
facebook ios10 xcode8 facebook-ios-sdk exc-bad-access
Liran revivo
source share