2016-09-26 56 views
-1

編程新手在這裏,我希望你們都有一個良好的星期一。我一直在試圖安裝這些豆莢到我的項目,我不斷收到錯誤。它告訴我這個...安裝Firebase Pods到我的項目並得到一個終端錯誤

[!]你的Podfile已經清除了明智的引號。爲了避免將來出現問題,您不應該使用TextEdit進行編輯。如果你沒有使用TextEdit,你應該在你選擇的編輯器中關閉智能引號。

我修正了在Xcode中打開它,只是改變引號,但現在我無法弄清楚下一步。我正嘗試安裝Firebase的數據庫,身份驗證和存儲,但在嘗試安裝pod時看不到存儲。我應該關心這一點,因爲它在我的pod文件中。

Darins-MacBook-Pro:ExteriorBuildingProducts DAW$ pod install 

[!] Invalid `Podfile` file: undefined method `Pod' for #<Pod::Podfile:0x007fac9a518670>. 

# from /Users/DAW/Desktop/Under Development/EXTBP/ExteriorBuildingProducts/ExteriorBuildingProducts/Podfile:8 
# ------------------------------------------- 
# 
> Pod 'Firebase/Database' 
# Pod 'Firebase/Auth' 
# ------------------------------------------- 

回答

1

pod命令是小寫字母。嘗試在Podfile內更改Podpod

+0

Omg ...我現在感覺像一個總新手。非常感謝! –

相關問題