How to use Facebook iOS SDK on iOS 10
问题 I am trying to use Xcode 8 to build a app with Facebook login using Swift 3. When I switch back iOS Simulator 9.3, it works. In iOS 10, I receive this error: \"\"fbauth2:/\" The operation couldn’t be completed. (OSStatus error -10814.)\" and Optional(Error Domain=com.facebook.sdk.login Code=308 \"(null)\") Anyone have solution for this? Note 1 : After debugging, this problem is FBSDK cant update expect_challange . Function SecItemUpdate inside security.framework not work. This is a problem of