I have just updated Xamarin Studio on Mac and XCode to the latest version with iOS 10 simulators.
In my application I have Facebook login integration, but after the update I'm getting an error:
Error Domain=com.facebook.sdk.login Code=308 "(null)"
I've researched that this error is corrected by setting the "Keychain Sharing" on the "Capabilities" tab of the project in XCode.
Here: How to use Facebook iOS SDK on iOS 10
But Xamarin Studio doesn't seems to set this property right even setting it to Entitlements.plist
Is this the right solution to this problem or is there a different solution?
