-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No such module 'FBSDKCoreKit' #153
Comments
Facing same error in demo app if plugin install via NPM.. |
This fork is working: https://github.com/dragermrb/capacitor-plugin-facebook-login |
hi , I had the same issue TRY IT OUT
|
You can now use https://github.com/Cap-go/capacitor-social-login who implement Facebook with the latest SDK and limited login, and it's maintain by a company who maintain more than 30 plugins. |
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
ionic cap sync
ionic cap build ios
AppDelegate.swift
fileimport FBSDKCoreKit
Expected behavior
It should import FBSDKCoreKit successfully.
Screenshots
Smartphone (please complete the following information):
Iphone
iOS 17
6.0.0
Upgraded Capacitor from 5.x to 6.x using
npx cap migrate
now Facebook plugin in not working.The text was updated successfully, but these errors were encountered: