facebookarchive / react-native-fbsdk

A React Native wrapper around the Facebook SDKs for Android and iOS. Provides access to Facebook login, sharing, graph requests, app events etc.
https://developers.facebook.com/docs/react-native
Other
2.99k stars 910 forks source link

CocoaPods could not find compatible versions for pod "FBSDKShareKit" #738

Closed orzhtml closed 4 years ago

orzhtml commented 4 years ago

[!] CocoaPods could not find compatible versions for pod "FBSDKShareKit": In Podfile: react-native-fbsdk (from ../node_modules/react-native-fbsdk) was resolved to 1.1.2, which depends on react-native-fbsdk/Share (= 1.1.2) was resolved to 1.1.2, which depends on FBSDKShareKit (= 5.8)

None of your spec sources contain a spec satisfying the dependency: FBSDKShareKit (= 5.8).

You have either:

ayush-shta commented 3 years ago

@orzhtml Could you please share how you solved this?

feia-github commented 3 years ago

@orzhtml Could you please share how you solved this?

I had the same issue and solved it by updating the pod repo: pod install --repo-update