2016-06-12 19 views
6

jestem w stanie zainstalować Firbase kapsułę, podczas próby:Nie można znaleźć specyfikację `Firebase`

pod install 
Analyzing dependencies 
[!] Unable to find a specification for `Firebase` 

Oto moja podfile:

platform :ios, '9.0' 

target 'login' do 
    # Comment this line if you're not using Swift and don't want to use dynamic frameworks 
    use_frameworks! 

    # Pods for login 

pod 'Firebase' 
pod 'Firebase/Auth' 
end 

Odpowiedz

13

Może twój Pod nie jest zsynchronizowany ? Wypróbuj:

pod repo update --verbose 
+0

pod aktualizacja repo --verbose -> zatrzymany po tym Aktualizacja Spec repo 'master' $/usr/bin/git pull --ff tylko do – svaithin

+0

nadać mu kilka minut, a na to potrzeba czasu .. – orxelm

+1

It zadziałało, Dzięki – svaithin

4

W moim przypadku problem był związany z moim lokalnym repo. I ustalony w następujący sposób:

pod repo remove master 
pod setup 
pod install 
0

Spróbuj poniżej polecenia:

pod repo remove master pod repo update pod install --verbose

2

można spróbować strąk 'Firebase/Rdzeń' Zamiast po prostu pod 'Firebase'. Miałem ten sam problem i zadziałało to dla mnie.

Powiązane problemy