CocodpodsによっていくつかのライブラリがあるSwift 3.0にアップグレードする必要があります。 Cocoapodsに関連するすべてのリンクを削除し、pod initを使用してpodファイルを再作成し、AlamorFireなどのライブラリの一部のバージョンをアップグレードしました。
しかし、ポッドインストールをテストするためにcocoapod 1.1.0
を使用してAlamofire 4.0をXcode 8.0にCocoaPodを使用してインストールできない
[!] Unable to satisfy the following requirements:
- `Alamofire (~> 4.0)` required by `Podfile`
None of your spec sources contain a spec satisfying the dependency: `Alamofire (~> 4.0)`.
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.
と言って、私は新しいプロジェクトを作成し、唯一Alamofire追加しましたが、結果は同じですしました。 経験がある方は、私を助けてください。
あなたは 'ポッドレポupdate'を実行してみましたか? –
はい、更新しました。 – SeniorCoder
pod repoの更新中に、リポジトリが壊れてエラーが発生します。 master repoとsetup podをもう一度削除しました。 その後、うまく動作します。 ありがとうございます。 – SeniorCoder