skip to Main Content

I have installed FBSDK in my swift project. As I checked on GitHub the latest version of
facebook-ios-sdk is 9.1.0, but when I installed it showed 5.15.1.Terminal log

In my pod file:
pod ‘FacebookCore’
pod ‘FacebookLogin’
pod ‘FacebookShare’

2

Answers


  1. Have you tried to update cocoapods?

    sudo gem install cocoapods
    
    Login or Signup to reply.
  2. Check if you have another dependency on this library which needs this "5.15.1" version. If there isn’t any: follow this

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search