Skip to content
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

Open
Saqib92 opened this issue Jun 11, 2024 · 4 comments
Open

No such module 'FBSDKCoreKit' #153

Saqib92 opened this issue Jun 11, 2024 · 4 comments

Comments

@Saqib92
Copy link

Saqib92 commented Jun 11, 2024

Describe the bug
A clear and concise description of what the bug is.

To Reproduce
Steps to reproduce the behavior:

  1. Install plugin
  2. ionic cap sync
  3. ionic cap build ios
  4. Edit AppDelegate.swift file
  5. import FBSDKCoreKit
  6. Add function from plugin docs.

Expected behavior
It should import FBSDKCoreKit successfully.

Screenshots
Screenshot 2024-06-11 at 5 43 44 PM

Smartphone (please complete the following information):

  • Device: Iphone
  • OS: iOS 17
  • Plugin Version 6.0.0

Upgraded Capacitor from 5.x to 6.x using npx cap migrate now Facebook plugin in not working.

@Saqib92
Copy link
Author

Saqib92 commented Jun 11, 2024

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Install plugin
  2. ionic cap sync
  3. ionic cap build ios
  4. Edit AppDelegate.swift file
  5. import FBSDKCoreKit
  6. Add function from plugin docs.

Expected behavior It should import FBSDKCoreKit successfully.

Screenshots Screenshot 2024-06-11 at 5 43 44 PM

Smartphone (please complete the following information):

  • Device: Iphone
  • OS: iOS 17
  • Plugin Version 6.0.0

Upgraded Capacitor from 5.x to 6.x using npx cap migrate now Facebook plugin in not working.

Facing same error in demo app if plugin install via NPM..

@Saqib92
Copy link
Author

Saqib92 commented Jul 2, 2024

@karima-goubar
Copy link

hi , I had the same issue
I resolved-i by adding the facebook sdk package from the following url
https://github.com/facebook/facebook-ios-sdk
by following the steps under section :

TRY IT OUT

  1. In Xcode, select File > Swift Packages > Add Package Dependency.
  2. Follow the prompts using the URL for this repository
  3. Select the Facebook-prefixed libraries you want to use

@forgr-owner
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants