You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I click on a button that calls the facebook.login() method, the app crashes immediately.
Steps to reproduce the behavior:
Follow the guides steps to add code to ios/App/App/AppDelegate.swift file and to info.plist file
import plugin to component file and declare login() function which contains FacebookLogin.login() method and asigns the response to a variable to be used later on in the function.
Create button which calls the login() function upon click
Clicking the button crashes the app abruptly
I tested the web configuration and that is working as it should. So I know that the facebook popup should come up and allow the user to login using their facebook account.
The text was updated successfully, but these errors were encountered:
2023-06-19 18:19:14.131585+0200 App[44547:3391439] *** Terminating app due to uncaught exception 'InvalidOperationException', reason: 'App ID not found. Add a string value with your app ID for the key FacebookAppID to the Info.plist or call Settings.shared.appID.'
*** First throw call stack:
(
0 CoreFoundation 0x00007ff8004288ab __exceptionPreprocess + 242
1 libobjc.A.dylib 0x00007ff80004dba3 objc_exception_throw + 48
2 FBSDKCoreKit 0x00000001061aa4aa -[FBSDKInternalUtility validateRequiredClientAccessToken] + 0
3 FBSDKCoreKit 0x00000001061aa63d -[FBSDKInternalUtility validateURLSchemes] + 37
4 FBSDKLoginKit 0x00000001063d4ee2 $s13FBSDKLoginKit12LoginManagerC15logInParameters13configuration12loggingToken20authenticationMethodSDyS2SGSgAA0C13ConfigurationCSg_SSSgSStF + 562
5 FBSDKLoginKit
Followed advice from the Internet but it don't work out.
Seems like the FB SDK cannot read Info.plist for some reason.
Any help?
When I click on a button that calls the facebook.login() method, the app crashes immediately.
Steps to reproduce the behavior:
I tested the web configuration and that is working as it should. So I know that the facebook popup should come up and allow the user to login using their facebook account.
The text was updated successfully, but these errors were encountered: