2016-10-18 8 views
1

ロックの1.24を使用しようとしていますが(https://github.com/auth0/Lock.iOS-OSX)、私のココアレポはこのバージョンでは利用できません。私はポッド検索ロックを実行し、私は以下の情報を参照してください:私はどのように私のココアレポを更新できますか?

Lock (1.13.0) 
    A library that uses Auth0 for Authentication with Native Look & Feel 
    pod 'Lock', '~> 1.13.0' 
    - Homepage: https://github.com/auth0/Lock.iOS-OSX 
    - Source: https://github.com/auth0/Lock.iOS-OSX.git 
    - Versions: 1.13.0, 1.12.1, 1.12.0, 1.11.3, 1.11.2, 1.11.1 

レポのバージョンは1.27で、私のレポは古いです。私はポッドレポアップデートを使用して更新しようとしましたが、まだ利用できません 誰かが私を助けることができますか?

このpodfileを使用しようとして

enter image description here

イム:

# Uncomment this line to define a global platform for your project 
platform :ios, '10.0' 

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

    # Pods for TalkClassTest 

    target 'TalkClassTestTests' do 
    inherit! :search_paths 
    pod 'Lock', '~> 1.24' 
    end 
end 

しかし、私はこのerrosを得るポッドをインストールし実行します。

[!] Unable to satisfy the following requirements: 

- `Lock (~> 1.24)` required by `Podfile` 

None of your spec sources contain a spec satisfying the dependency: `Lock (~> 1.24)`. 

You have either: 
* out-of-date source repos which you can update with `pod repo update`. 
* mistyped the name or version. 
* not added the source repo that hosts the Podspec to your Podfile. 

Note: as of CocoaPods 1.0, `pod repo update` does not happen on `pod install` by default. 
MacBook-Air-de-Randall:TalkClassTest Randal$ 
+0

あなたのポッドファイルはどのように見えますか? –

+0

@DavidSeek私は自分のpodfileと私が得るエラーで質問を更新します。申し訳ありませんが、私は初心者ヘブ – randall

+0

'ポッドレポ更新'? – JAL

答えて

1

みんなに感謝、塗布された溶液を実行しています次のコマンド:pod repo remove master以降、pod setup

関連する問題