2017-11-13 4 views
0

私の質問はGithubのポッドです。GithubでPod ParallaxHeaderをダウンロードできません

バージョンに問題があります。私はそれをダウンロードすることはできません! :(

https://github.com/romansorochak/ParallaxHeader(私はSwift3のバージョンたい - > 1.0.6)を

私はこれを試してみました:pod 'ParallaxHeader', '~> 1.0.6'

しかしPROMTはこのエラーを示しています

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

誰かがいただきました!知っています起こるか?

ありがとうございました!

+0

ここに掲載の解決策を試してください: https://stackoverflow.com/questions/40102061/cocoapods-unable-to-find-a-specification-for-firebase-core – lunaticpanda101

+0

私にあなたのpodfileコンテンツ – Rushabh

+0

を表示します@ Rushabh私は別の答えでポッドファイルの内容を添付しました;)見てください:) – Yayo

答えて

0

ポッドファイルをダウンロードすることができます私は、これらのステップでそのような問題を解決しています

  1. 開放端子。
  2. プロジェクトのパスに移動します。
  3. 書き込み:

    ポッドレポ更新

    ポッドをインストールします。

0

あなたのポッドファイル.Iにコードの下に置き換え、それをチェックして、私は

# 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

上の別の答えに添付!ありがとう – Yayo

関連する問題