2017-11-13 3 views
0

Meine Frage bezieht sich auf eine Pod von Github.Ich kann Pod ParallaxHeader von Github nicht herunterladen

Ich habe ein Problem mit einer Version. Ich kann es nicht herunterladen! :(

https://github.com/romansorochak/ParallaxHeader (Ich möchte Version von swift3 -> 1.0.6)

Ich versuchte dies: pod 'ParallaxHeader', '~> 1.0.6'

Aber Promt zeigt diesen Fehler:

[!] Unable to find a specification for ParallaxHeader (~> 1.0.6)

Jemand weiß, was passieren?

Vielen Dank!

+0

Versuchen Sie die Lösungen hier gepostet: https://stackoverflow.com/questions/40102061/cocoapods-unable-to-find-a-specification-for-firebase-core – lunaticpanda101

+0

Zeig mir deine podfile Inhalt – Rushabh

+0

@ Rushabh habe podfile Inhalt in einer anderen Antwort angehängt;) schau mal bitte :) – Yayo

Antwort

0

i beschlossen, das Problem wie das mit diesem Schritt zum Download:

  1. offene Klemme.
  2. gehen Sie zu Ihrem Projektpfad.
  3. schreiben:

    pod Repo-Update

    pod installieren.

0

Code unten in Ihrer pod Datei ersetzen .i es überprüft hat, und ich kann in der Lage pod Datei

# Uncomment the next line to define a global platform for your project 
# platform :ios, '9.0' 

target ‘your project name’ do 
    # Comment the next line if you're not using Swift and don't want to use dynamic frameworks 
    use_frameworks! 

    # Pods for your project name 

    pod 'ParallaxHeader', '~> 2.0.0' 

end 
+0

Anbei eine andere Antwort drauf! Vielen Dank – Yayo

Verwandte Themen