📌  相关文章
📜  找不到 FBSDKUserDataStore.h' 文件 - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:34.484000             🧑  作者: Mango

代码示例1
## 1. Add those pods to ur Podfile
## 2. Run pod install

target 'MyApp' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for MyApp
  pod 'FBSDKCoreKit'
  pod 'FBSDKLoginKit'
  pod 'FBSDKShareKit'   
end