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

conflict in dependencies for pod "FBSDKCoreKit" #120

Open
Linknpay opened this issue Dec 30, 2022 · 3 comments
Open

conflict in dependencies for pod "FBSDKCoreKit" #120

Linknpay opened this issue Dec 30, 2022 · 3 comments

Comments

@Linknpay
Copy link

Describe the bug
CocoaPods could not find compatible versions for pod "FBSDKCoreKit":
In Podfile:
CapacitorCommunityFacebookLogin (from ../../node_modules/@capacitor-community/facebook-login) was resolved to 4.0.0, which depends on
FBSDKCoreKit (= 14.1.0)

CapacitorPluginFacebookAnalytics (from `../../node_modules/capacitor-plugin-facebook-analytics`) was resolved to 0.0.10, which depends on
  FBSDKCoreKit (= 15.1.0)

Additional context
Could you update your dependency FBSDKCoreKit to 15.1.0 please ?

@Linknpay
Copy link
Author

Linknpay commented Feb 2, 2023

kind reminder

@htrilasoft
Copy link

htrilasoft commented Feb 6, 2023

@Linknpay I too faced the same issue, turns out, hadn't added FBSDKCoreKit in the Podfile

target 'app' do
capacitor_pods
...
pod 'FBSDKCoreKit' <---- Add FBSDKCoreKit here
end

Then if the automatic pod install doesn't update the dependencies. Opening a terminal at the location of the Podfile and run "pod install --repo-update".

@j-d-carmichael
Copy link

Thanks @htrilasoft running "pod install --repo-update" inside ios/App worked!

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