无法使用 Firebase 在 iOS 应用中安装 pod
Can't install pod in iOS app with Firebase
我无法将 pods 成功安装到我的项目中。我总是收到此错误:
这是我的 Podfile(我添加了 FirebaseFirestoreSwift,但即使我撤消了更改,它仍然无法正常工作):
一个月前它运行良好。
您需要使用 xcode-select --install
安装最新版本的 Xcode 命令行工具。如果您已经安装了版本,您可能会收到类似于
的错误
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
在这种情况下,请尝试从 /Library/Developer/CommandLineTools
中删除旧的命令行工具并重新安装。
我无法将 pods 成功安装到我的项目中。我总是收到此错误:
这是我的 Podfile(我添加了 FirebaseFirestoreSwift,但即使我撤消了更改,它仍然无法正常工作):
一个月前它运行良好。
您需要使用 xcode-select --install
安装最新版本的 Xcode 命令行工具。如果您已经安装了版本,您可能会收到类似于
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
在这种情况下,请尝试从 /Library/Developer/CommandLineTools
中删除旧的命令行工具并重新安装。