我正试图在我的快速项目中安装Alamofire 4.4我正在按照给定链接(https://github.com/Alamofire/Alamofire)的步骤进行操作,但我面临的问题是: -
[!] Unable to satisfy the following requirements:
- `Alamofire (~> 4.4)` required by `Podfile`
None of your spec sources contain a spec satisfying the dependency: `Alamofire (~> 4.4)`.
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 …Run Code Online (Sandbox Code Playgroud)