-
Notifications
You must be signed in to change notification settings - Fork 485
Closed
Description
NSBundle *bundle = [FUIAuthUtils bundleNamed:nil]; |
facebook SDK throws this error after the change
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Please set FacebookAppID, FacebookDisplayName, and
URL types > Url Schemes inSupporting Files/Info.plist
according to https://developers.facebook.com/docs/ios/getting-started'
switch back to NSBundle *bundle = [NSBundle mainBundle];
fixed the issue
jonathanfoster
Metadata
Metadata
Assignees
Labels
No labels