New version xcode facebook login not working
Agree +1
+1
Temporal fix for me was to rollback Facebook SDK to version 4.38
pod 'FBSDKCoreKit', '4.38'
pod 'FBSDKLoginKit', '4.38'
pod 'FBSDKShareKit', '4.38'
+1
@Jithinag007 is your issue like this? https://i.stack.imgur.com/BpsHY.png
@Jithinag007 is your issue like this? https://i.stack.imgur.com/BpsHY.png
No, that seems something related to react-native linking or native import (module missing).
My problem was related to RTCLinking that is unable to resolve Facebook deep linking
were y'all able to upgrade to the latest version and get login working? (without using cocoapods)
Most helpful comment
+1
Temporal fix for me was to rollback Facebook SDK to version 4.38