Instead of getting the package directly, my project uses pod to get the source code and build it. If I want to use FBSDKMessengerShareKit.framework, the latest pod version doesn't get it. Does anyone have an idea what is happening?
I don't get FBSDKMessengerShareKit.framework if I use pod
851 views Asked by Sandbox At
2
There are 2 answers
0
On
FBSDKMessengerShareKit is available under CocoaPods now! Add these to your pod file:
pod 'FBSDKCoreKit'
pod 'FBSDKLoginKit'
pod 'FBSDKShareKit'
pod 'FBSDKMessengerShareKit'
See https://cocoapods.org/pods/FBSDKMessengerShareKit for detail.
Sorry, FBSDKMessengerShareKit is not available on Github or Cocoapods at this time. For now you'll have to download the pkg and link the .framework directly.