Не удается установить Alamofire 4.0 в Xcode 8.0 с помощью CocoaPods

Мне нужно обновить один проект до Swift 3.0, в котором есть несколько библиотек от Cocodpods. Итак, я удалил все ссылки, связанные с Cocoapods, и заново создал файл pod с помощью pod init и обновил некоторую версию библиотеки, такую ​​как AlamorFire.
Но под установку сказал

[!] 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.

Я обновил цель развертывания до 9.0 и использую cocoapod 1.1.0
Для теста я создал новый проект и добавил только Alamofire, но результат тот же. Если у вас есть опыт, пожалуйста, помогите мне.

Ответы на вопрос(2)

Ваш ответ на вопрос