【问题标题】:'FBSDKCoreKit/FBSDKAppLink.h' file not found未找到“FBSDKCoreKit/FBSDKAppLink.h”文件
【发布时间】:2019-01-10 07:46:56
【问题描述】:

我在升级我的项目 swift 版本后遇到了以下错误消息。

找不到'FBSDKCoreKit/FBSDKAppLink.h'文件

pod => 1.6.0.beta.2

Using FBSDKCoreKit (4.39.1)
Using FBSDKLoginKit (4.39.1)

【问题讨论】:

    标签: swift swift4.2


    【解决方案1】:

    在你的 podfile 中像这样使用它

    pod 'FBSDKCoreKit', :git => 'https://github.com/facebook/facebook-objc-sdk.git', :branch => '主人'

    然后运行 ​​pod install,这是 facebook SDK 的一个错误。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2022-07-06
      • 2017-06-19
      • 2015-07-20
      • 1970-01-01
      • 1970-01-01
      • 2021-09-27
      • 1970-01-01
      相关资源
      最近更新 更多