【问题标题】:'absl/base/config.h' file not found'absl/base/config.h' 文件未找到
【发布时间】:2020-07-25 05:45:54
【问题描述】:

当前运行 Xcode 12 Beta-3 我收到以下错误;

我安装了以下 pod;

  • pod 'Firebase/Analytics'
  • pod 'Firebase/Auth'
  • pod 'Firebase/Firestore'
  • pod 'Firebase/Messaging'
  • pod 'SDWebImage', '~> 5.0'

所有 pod 都设置为部署 iOS 14.0

我的问题是我在哪里可以找到这个文件“abs/base/config.h”以及如何添加它?

【问题讨论】:

    标签: ios xcode cocoapods


    【解决方案1】:

    我通过回滚到以前版本的 Firebase Cocoapods 解决了这个问题。

    • pod 'Firebase/Analytics','6.2.0'
    • pod 'Firebase/Auth', '6.2.0'
    • pod 'Firebase/Firestore', '6.2.0'

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2019-10-17
      • 2019-04-07
      • 1970-01-01
      • 2018-11-22
      • 2020-03-13
      • 2019-04-26
      相关资源
      最近更新 更多