[!] Unable to satisfy the following requirements:
- `Alamofire (~> 4.0)` required by `Podfile`
- `Alamofire (~> 4.0)` required by `Podfile`
Specs satisfying the `Alamofire (~> 4.0)` dependency were found, but they required a higher minimum deployment target.
iOS支持的版本没有与Alamofire的版本对应起来,4.0对应iOS10,3.0对应iOS8
本文解决了一个关于Alamofire版本与iOS最低部署目标之间的冲突问题。指出Alamofire 4.0版本对应的iOS最低版本为iOS10,而3.0版本则对应iOS8。
626

被折叠的 条评论
为什么被折叠?



