Open Saqib92 opened 5 months ago
Describe the bug A clear and concise description of what the bug is.
To Reproduce Steps to reproduce the behavior:
- Install plugin
ionic cap sync
ionic cap build ios
- Edit
AppDelegate.swift
fileimport FBSDKCoreKit
- Add function from plugin docs.
Expected behavior It should import FBSDKCoreKit successfully.
Screenshots
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..
This fork is working:
https://github.com/dragermrb/capacitor-plugin-facebook-login
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
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
Plugin Version
6.0.0
Upgraded Capacitor from 5.x to 6.x using
npx cap migrate
now Facebook plugin in not working.