簡體   English   中英

無法使用 Firebase 在 iOS 應用程序中安裝 pod

[英]Can't install pod in iOS app with Firebase

我無法成功地將 pod 安裝到我的項目中。 我總是收到這個錯誤:

在此處輸入圖像描述

這是我的 Podfile(我添加了 FirebaseFirestoreSwift,但即使我撤消了更改,它仍然無法正常工作):

在此處輸入圖像描述

一個月前它運行良好。

您需要使用xcode-select --install安裝最新版本的 Xcode 命令行工具。 如果您已經安裝了版本,您可能會收到類似於以下內容的錯誤

xcode-select: error: command line tools are already installed, use "Software Update" to install updates

在這種情況下,請嘗試從/Library/Developer/CommandLineTools中刪除舊的命令行工具並重新安裝。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM