Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

FBSDK empty login view

Since upgraded to the newest Xcode, I ran into some issues with FBSDK while trying to login via FBSDKLoginManager. The login window in Safari pops up but it stays white (empty view), without either navigation items or content.

Console returns the following:

[ViewService] Failed to get remote view controller with error: Error: domain=_UIViewServiceInterfaceErrorDomain, code=2

like image 873
mbutan Avatar asked Apr 18 '17 20:04

mbutan


1 Answers

I just cleared History and Website data of safari in settings and now it works.I thinks this is something related to SFSafariViewController.

enter image description here

Hope it helps!

like image 193
Agent Smith Avatar answered Oct 16 '22 13:10

Agent Smith