After the recent xcode update, we can no longer use the simulator to login:
error NSError * domain: @"com.facebook.sdk.login" - code: 308 0x000060800024f330
Direct device installs seem OK.
I'm using 0.3.0.
We tried:
@justin808 http://stackoverflow.com/a/38877600/5526221 - That answer worked for me. I needed to enable keychain access.
OMG! Turning on "Keychain Sharing" under "Capabilities" seems to have magically fixed this issue. Any downside to doing this?
Another link with explanation below:
http://stackoverflow.com/questions/38689631/how-to-use-facebook-ios-sdk-on-ios-10/38799196#38799196
Most helpful comment
@justin808 http://stackoverflow.com/a/38877600/5526221 - That answer worked for me. I needed to enable keychain access.