Specs satisfying the `Alamofire` dependency were found, but they required a higher minimum deploymen

本文介绍了如何修正Podfile中常见的配置错误,包括平台大小写问题和Alamofire版本与iOS平台最低版本不匹配的问题。通过调整平台名称为正确的'ios'及提高iOS部署目标到9.0,成功解决了依赖项冲突。

podfile文件

platform :ios, ‘7.0’
use_frameworks!
target “swift” do
pod 'Alamofire', '~> 4.2.0'
pod 'MJRefresh', '~> 3.1.12'
pod 'SDWebImage', '~> 4.0.0-beta2'
pod 'SVProgressHUD', '~> 2.0.4'
end

用pod install 时 报错

Invalid `Podfile` file: Unsupported platform `iOS`. Platform must be `:ios`, `:osx`, `:tvos`, or `:watchos`..

原因是ios必须小写 'iOS '改成 ‘ios’


[!] Unable to satisfy the following requirements:


- `Alamofire (~> 4.2.0)` required by `Podfile`


Specs satisfying the `Alamofire (~> 4.2.0)` dependency were found, but they required a higher minimum deployment target.

原因是Alamofire4.0.0最低支持9.0 ,把 platform :ios, ‘7.0’ 改成platform :ios, ‘9.0’,就OK 了

以上就是Specs satisfying the `Alamofire (~> 4.2.0)` dependency were found, but they required a higher minimu的全文介绍,希望对您学习和使用ios应用开发有所帮助.


alamofire4.0为什么不支持ios8?

大神说:他们讨论过,他们用了iOS9的一些API,更安全。然后权衡后就放弃了iOS8了。重点是: 他们不会再去支持iOS8了!



评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值