Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Falling back to loading access token from NSUserDefaults because of simulator bug

Xcode log show the above error while running in Xcode 8.1, ios 10.1. Is there any problem or should I ignore and continue?

like image 436
Ramkumar Avatar asked Dec 08 '16 07:12

Ramkumar


1 Answers

I have this problem, too. It seems to be caused by an the Facebook SDK's Login Access Token. It caches just fine on a real device, but not on the simulators. Try running the app from a physical device.

like image 173
ibtokin Avatar answered Oct 04 '22 13:10

ibtokin