【问题标题】:Problem Could not find auto-linked framework 'FirebaseMessaging'问题找不到自动链接的框架“FirebaseMessaging”
【发布时间】:2019-08-08 10:19:57
【问题描述】:

我有 6 个错误,我什至无法想象它会是什么。

也许有人见过她。

错误截图

【问题讨论】:

标签: ios swift xcode firebase cocoapods


【解决方案1】:

从终端重新安装 pod 可以解决您的问题。 - 打开终端并进入项目目录并运行pod install 命令。

【讨论】:

  • 检查您的 pod 文件,它应该将 firebase pod 定义为:- pod 'Firebase/Core' pod 'Firebase/Messaging'
  • 并在安装 pod 之前关闭 Xcode,然后打开 .xcworkspace 文件。
猜你喜欢
  • 2021-08-31
  • 1970-01-01
  • 2018-09-20
  • 2011-11-15
  • 2011-06-20
  • 2023-03-05
  • 1970-01-01
  • 2018-12-27
  • 1970-01-01
相关资源
最近更新 更多